projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba841b7
)
Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Daniel...
author
Florian Fainelli
<florian@openwrt.org>
Thu, 2 Jul 2009 13:08:08 +0000
(13:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 2 Jul 2009 13:08:08 +0000
(13:08 +0000)
SVN-Revision: 16656
include/package-defaults.mk
patch
|
blob
|
history
diff --git
a/include/package-defaults.mk
b/include/package-defaults.mk
index 1553f2f0d14b15937edc3ca3fd7b08208fd1a6cc..753c10227e9ecdcabc57cf7a80ea2140ebf0a4f3 100644
(file)
--- a/
include/package-defaults.mk
+++ b/
include/package-defaults.mk
@@
-70,7
+70,7
@@
CONFIGURE_VARS = \
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
CONFIGURE_PATH = .
-CONFIGURE_CMD =
$(CONFIGURE_PATH)
/configure
+CONFIGURE_CMD =
.
/configure
replace_script=$(FIND) $(1) -name $(2) | $(XARGS) chmod u+w; $(FIND) $(1) -name $(2) | $(XARGS) -n1 cp $(SCRIPT_DIR)/$(2);