aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flex
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:24 +0000
commitf5d7b5e1409bd698ab11b9c789627fe2314c2ea2 (patch)
tree2e45861a434d96c36873452b933fca269250e919 /tools/flex
parentcc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f (diff)
downloadupstream-f5d7b5e1409bd698ab11b9c789627fe2314c2ea2.tar.gz
upstream-f5d7b5e1409bd698ab11b9c789627fe2314c2ea2.tar.bz2
upstream-f5d7b5e1409bd698ab11b9c789627fe2314c2ea2.zip
[tools] flex: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33091 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/flex')
-rw-r--r--tools/flex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index 2fcc2c643f..8e32ace854 100644
--- a/tools/flex/Makefile
+++ b/tools/flex/Makefile
@@ -16,6 +16,8 @@ PKG_CAT:=bzcat
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
+
define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)