projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: add support for the ahdemo (ad-hoc demo) mode in /etc/config/wireless. using...
[openwrt.git]
/
include
/
package-defaults.mk
diff --git
a/include/package-defaults.mk
b/include/package-defaults.mk
index
1316cfd
..
57f5ed7
100644
(file)
--- a/
include/package-defaults.mk
+++ b/
include/package-defaults.mk
@@
-73,13
+73,14
@@
CONFIGURE_VARS = \
PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig"
CONFIGURE_PATH = .
PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig"
CONFIGURE_PATH = .
+CONFIGURE_CMD = ./configure
define Build/Configure/Default
define Build/Configure/Default
- (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
- if [ -x $(CONFIGURE_
PATH)/configure
]; then \
+ (cd $(PKG_BUILD_DIR)/$(
CONFIGURE_PATH)/$(
strip $(3)); \
+ if [ -x $(CONFIGURE_
CMD)
]; then \
$(CONFIGURE_VARS) \
$(2) \
$(CONFIGURE_VARS) \
$(2) \
- $(CONFIGURE_
PATH)/configure
\
+ $(CONFIGURE_
CMD)
\
$(CONFIGURE_ARGS) \
$(1); \
fi; \
$(CONFIGURE_ARGS) \
$(1); \
fi; \
This page took
0.018799 seconds
and
4
git commands to generate.