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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue