bison: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:19 +0000 (19:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:19 +0000 (19:26 +0000)
SVN-Revision: 33090

tools/bison/Makefile

index 8cc787148dad9bc17d63cd1bc2bc02d9bb2484c5..b7fdf254a27b10bf85e9ae4a07b9bb62866cefc1 100644 (file)
@@ -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)