Browse Source

iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space

SVN-Revision: 30675
Felix Fietkau 14 years ago
parent
commit
cd6a2fc6a0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/iptables/Makefile

+ 0 - 1
package/iptables/Makefile

@@ -399,7 +399,6 @@ CONFIGURE_ARGS += \
 MAKE_FLAGS := \
 	$(TARGET_CONFIGURE_OPTS) \
 	COPT_FLAGS="$(TARGET_CFLAGS)" \
-	LDFLAGS="-rdynamic" \
 	KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
 	KBUILD_OUTPUT="$(LINUX_DIR)" \