projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775eb18
)
tools/flex: disable building shared libfl.so
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Aug 2014 09:52:43 +0000
(09:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Aug 2014 09:52:43 +0000
(09:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r42308
SVN-Revision: 42310
tools/flex/Makefile
patch
|
blob
|
history
diff --git
a/tools/flex/Makefile
b/tools/flex/Makefile
index d949d4bf31b305ee59357dba566eda55a2be3cde..90082df43e013afbe10de792303779ec6534a10f 100644
(file)
--- a/
tools/flex/Makefile
+++ b/
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