aboutsummaryrefslogtreecommitdiffstats
path: root/core/iptables/iptables-1.4.2-no-ldconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/iptables/iptables-1.4.2-no-ldconfig.patch')
-rw-r--r--core/iptables/iptables-1.4.2-no-ldconfig.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/iptables/iptables-1.4.2-no-ldconfig.patch b/core/iptables/iptables-1.4.2-no-ldconfig.patch
deleted file mode 100644
index 943ff4aef7..0000000000
--- a/core/iptables/iptables-1.4.2-no-ldconfig.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-avoid pointless overhead for DESTDIR builds
-
-http://bugzilla.netfilter.org/show_bug.cgi?id=560
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -1530,7 +1530,7 @@
- # ldconfig may fail when we are not root (as is the case in build systems)
- # so add appropriate protection that it does not let `make` fail.
- install-exec-hook:
-- -/sbin/ldconfig || :;
-+ -[ -z "$(DESTDIR)" ] && /sbin/ldconfig
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: