only run trap error code in the configure template, if the configure script was not found

SVN-Revision: 4715
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent 172e5eb67e
commit 7b8d2827f5

@ -263,7 +263,7 @@ endef
define Build/Configure/Default
@(cd $(PKG_BUILD_DIR)/$(3); \
[ -x configure ] && \
[ -x configure ] && { \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
@ -287,7 +287,7 @@ define Build/Configure/Default
--infodir=/usr/info \
$(DISABLE_NLS) \
$(1); \
true; \
} || true; \
)
endef

Loading…
Cancel
Save