mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-18 21:00:53 +00:00
change defaults to check for configure script (avoids defining a null rule otherwise)
SVN-Revision: 3747
This commit is contained in:
parent
453f6d160f
commit
ff9c62ed83
@ -188,6 +188,7 @@ endef
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
[ -x configure ] && \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user