diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:19 +0000 |
commit | cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f (patch) | |
tree | 8a2356d5784cb3a83238193ccdde5ec6979b3848 /tools/bison/Makefile | |
parent | 8ef5e614de0591a4aa9294eede4ae3740094d210 (diff) | |
download | upstream-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.tar.gz upstream-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.tar.bz2 upstream-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.zip |
[tools] bison: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r-- | tools/bison/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 8cc787148d..b7fdf254a2 100644 --- a/tools/bison/Makefile +++ b/tools/bison/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) |