Quellcode durchsuchen

tools/flex: disable building shared libfl.so

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42308
Felix Fietkau vor 11 Jahren
Ursprung
Commit
4305bcf16a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      tools/flex/Makefile

+ 1 - 0
tools/flex/Makefile

@@ -18,6 +18,7 @@ HOST_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/host-build.mk
 
+HOST_CONFIGURE_ARGS += --disable-shared
 HOST_LDFLAGS += $(HOST_STATIC_LINKING)
 
 define Host/Clean