iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
SVN-Revision: 30675
This commit is contained in:
parent
6f33fa553b
commit
cd6a2fc6a0
1 changed files with 0 additions and 1 deletions
|
@ -399,7 +399,6 @@ CONFIGURE_ARGS += \
|
||||||
MAKE_FLAGS := \
|
MAKE_FLAGS := \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
COPT_FLAGS="$(TARGET_CFLAGS)" \
|
COPT_FLAGS="$(TARGET_CFLAGS)" \
|
||||||
LDFLAGS="-rdynamic" \
|
|
||||||
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
|
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
|
||||||
KBUILD_OUTPUT="$(LINUX_DIR)" \
|
KBUILD_OUTPUT="$(LINUX_DIR)" \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue