mirror of https://github.com/hak5/openwrt-owl.git
parent
65d6a44baa
commit
638a3eb4fd
|
@ -17,6 +17,13 @@ export SED:=
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
--disable-acl \
|
||||||
|
--disable-nls \
|
||||||
|
|
||||||
|
HOST_CONFIGURE_VARS += \
|
||||||
|
ac_cv_search_setfilecon=no \
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
|
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue