diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:24 +0000 |
commit | f5d7b5e1409bd698ab11b9c789627fe2314c2ea2 (patch) | |
tree | 2e45861a434d96c36873452b933fca269250e919 /tools | |
parent | cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f (diff) | |
download | master-187ad058-f5d7b5e1409bd698ab11b9c789627fe2314c2ea2.tar.gz master-187ad058-f5d7b5e1409bd698ab11b9c789627fe2314c2ea2.tar.bz2 master-187ad058-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')
-rw-r--r-- | tools/flex/Makefile | 2 |
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) |