ipset: do not use -static-libgcc
SVN-Revision: 25809
This commit is contained in:
parent
925965627f
commit
3acbe5b392
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue