projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f874529
)
bison: link statically
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:19 +0000
(19:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:19 +0000
(19:26 +0000)
SVN-Revision: 33090
tools/bison/Makefile
patch
|
blob
|
history
diff --git
a/tools/bison/Makefile
b/tools/bison/Makefile
index 8cc787148dad9bc17d63cd1bc2bc02d9bb2484c5..b7fdf254a27b10bf85e9ae4a07b9bb62866cefc1 100644
(file)
--- 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)