projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252999b
)
ipset: do not use -static-libgcc
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Mar 2011 15:41:28 +0000
(15:41 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Mar 2011 15:41:28 +0000
(15:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25809
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index
efd439b
..
0688678
100644
(file)
--- a/
package/ipset/Makefile
+++ b/
package/ipset/Makefile
@@
-36,7
+36,7
@@
include $(INCLUDE_DIR)/kernel-defaults.mk
IPSET_MAKEOPTS:= -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="-rdynamic
-static-libgcc
" \
+ LDFLAGS="-rdynamic" \
NO_EXTRA_WARN_FLAGS=yes \
KERNEL_DIR="$(LINUX_DIR)" \
PREFIX=/usr \
This page took
0.026804 seconds
and
4
git commands to generate.