mirror of https://github.com/hak5/openwrt-owl.git
parent
a5b58128b0
commit
2dc6d4d781
|
@ -263,7 +263,7 @@ endef
|
|||
|
||||
define Build/Configure/Default
|
||||
@(cd $(PKG_BUILD_DIR)/$(3); \
|
||||
[ \! -x configure ] || \
|
||||
if [ -x configure ]; then \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
|
@ -287,6 +287,7 @@ define Build/Configure/Default
|
|||
--infodir=/usr/info \
|
||||
$(DISABLE_NLS) \
|
||||
$(1); \
|
||||
fi; \
|
||||
)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue