summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/iptables/files/iptables-1.2.7a-hppa.diff')
-rw-r--r--net-firewall/iptables/files/iptables-1.2.7a-hppa.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-firewall/iptables/files/iptables-1.2.7a-hppa.diff b/net-firewall/iptables/files/iptables-1.2.7a-hppa.diff
deleted file mode 100644
index fc5d267a7ba4..000000000000
--- a/net-firewall/iptables/files/iptables-1.2.7a-hppa.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- Rules.make 2001-08-06 20:50:21.000000000 +0200
-+++ /root/Rules.make 2003-02-17 17:17:08.000000000 +0100
-@@ -31,7 +31,8 @@
- sed -e 's@^.*\.o:@$*.d $*_sh.o:@' > $@
-
- $(SHARED_LIBS): %.so : %_sh.o
-- $(LD) -shared -o $@ $<
-+# $(LD) -shared -o $@ $<
-+ $(CC) -shared -o $@ -nostdlib $< -lgcc
-
- %_sh.o : %.c
- $(CC) $(SH_CFLAGS) -o $@ -c $<