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
commitddb357a8d742eb5ddc5a52773f7f7db81f6deb35 (patch)
tree66bfa24cd25f525a7daada44e46db1582e58693c /net-firewall
parentMarked stable on hppa. (diff)
downloadgentoo-2-ddb357a8d742eb5ddc5a52773f7f7db81f6deb35.tar.gz
gentoo-2-ddb357a8d742eb5ddc5a52773f7f7db81f6deb35.tar.bz2
gentoo-2-ddb357a8d742eb5ddc5a52773f7f7db81f6deb35.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 $<