mirror of https://github.com/hak5/openwrt-owl.git
change defaults to check for configure script (avoids defining a null rule otherwise)
SVN-Revision: 3747owl
parent
453f6d160f
commit
ff9c62ed83
|
@ -188,6 +188,7 @@ endef
|
||||||
|
|
||||||
define Build/Configure/Default
|
define Build/Configure/Default
|
||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(PKG_BUILD_DIR); \
|
||||||
|
[ -x configure ] && \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
Loading…
Reference in New Issue