mirror of https://github.com/hak5/openwrt-owl.git
tools/flex: disable building shared libfl.so
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42308owl
parent
aee5d6ced5
commit
4305bcf16a
|
@ -18,6 +18,7 @@ HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS += --disable-shared
|
||||||
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
||||||
|
|
||||||
define Host/Clean
|
define Host/Clean
|
||||||
|
|
Loading…
Reference in New Issue