summaryrefslogtreecommitdiff
path: root/debian/patches/pfinet_-fno-strict-aliasing.patch
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2007-11-19 14:57:24 +0000
committerMichael Banck <mbanck@debian.org>2007-11-19 14:57:24 +0000
commit01801d97a7d7cfb167c1fa7f385cc16a7fa19bf2 (patch)
tree44b7255723829371e67f68fac7be9494d2c8d685 /debian/patches/pfinet_-fno-strict-aliasing.patch
parentbe365fae41bd1ea79e5594d4dbc5a98ee8a3fe10 (diff)
+ debian/patches/glibc_stat_updates.patch: Removed, applied upstream.
+ debian/patches/libpthread_no-inline.patch: Likewise. + debian/patches/pfinet_-fno-strict-aliasing.patch: Likewise. + debian/patches/servers.boot-update.patch: Likewise. + debian/patches/siocgifhwaddr.patch: Likewise. + debian/patches/pfinet_dhcp.patch: Rediffed. + debian/patches/pflocal.patch: Likewise.
Diffstat (limited to 'debian/patches/pfinet_-fno-strict-aliasing.patch')
-rw-r--r--debian/patches/pfinet_-fno-strict-aliasing.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/pfinet_-fno-strict-aliasing.patch b/debian/patches/pfinet_-fno-strict-aliasing.patch
deleted file mode 100644
index 2a536526..00000000
--- a/debian/patches/pfinet_-fno-strict-aliasing.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-2007-07-27 Thomas Schwinge <tschwinge@gnu.org>
-
- * Makefile (CFLAGS): Add ``-fno-strict-aliasing''.
-
---- pfinet/Makefile 2002/09/17 20:42:06 1.35
-+++ pfinet/Makefile 2007/07/27 12:39:15 1.36
-@@ -95,6 +95,10 @@
- -I$(srcdir)/glue-include \
- -I$(srcdir)/linux-src/include
-
-+# Don't ask... We use Linux code. The problem was first noticed when
-+# compiling `pfinet' with GCC 4.2.
-+CFLAGS += -fno-strict-aliasing
-+
- asm/checksum.h: ../config.status
- mkdir -p $(@D)
- echo > $@.new \