summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-07-02 20:26:44 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-07-02 20:26:44 +0000
commitb1e2a96550e716222316d5909dac8f7c71806480 (patch)
tree97ca8e5657edcbc9fab519f99ece7696c47ae597 /net-firewall
parentMarked stable on hppa. (diff)
downloadhistorical-b1e2a96550e716222316d5909dac8f7c71806480.tar.gz
historical-b1e2a96550e716222316d5909dac8f7c71806480.tar.bz2
historical-b1e2a96550e716222316d5909dac8f7c71806480.zip
removed wrong 03_hppa_gentoo.patch.bz2
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/files/1.2.8-files/03_hppa_gentoo.patch.bz212
1 files changed, 0 insertions, 12 deletions
diff --git a/net-firewall/iptables/files/1.2.8-files/03_hppa_gentoo.patch.bz2 b/net-firewall/iptables/files/1.2.8-files/03_hppa_gentoo.patch.bz2
deleted file mode 100644
index fc5d267a7ba4..000000000000
--- a/net-firewall/iptables/files/1.2.8-files/03_hppa_gentoo.patch.bz2
+++ /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 $<