projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9259656
)
ipset: do not use -static-libgcc
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Mar 2011 15:41:28 +0000
(15:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Mar 2011 15:41:28 +0000
(15:41 +0000)
SVN-Revision: 25809
package/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index efd439b7febc5014495b0ac99566903f0ca26281..06886787d520e882328472956f2a154c699a86df 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 \