diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-21 23:03:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-21 23:03:21 +0000 |
commit | cd6a2fc6a0cc124cc21e9298abceeb50d1784787 (patch) | |
tree | 8ead003a937b76ce062954aaa4994acd809cc550 /package/iptables/Makefile | |
parent | 6f33fa553bac1fdcf368281ac37b4019cf7f2bb3 (diff) | |
download | upstream-cd6a2fc6a0cc124cc21e9298abceeb50d1784787.tar.gz upstream-cd6a2fc6a0cc124cc21e9298abceeb50d1784787.tar.bz2 upstream-cd6a2fc6a0cc124cc21e9298abceeb50d1784787.zip |
iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
SVN-Revision: 30675
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 0069338f0b..24c428c4fe 100644 --- a/package/iptables/Makefile +++ b/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)" \ |