diff options
Diffstat (limited to 'sys-apps/udevil/files/udevil-0.3.3-flags.patch')
-rw-r--r-- | sys-apps/udevil/files/udevil-0.3.3-flags.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-apps/udevil/files/udevil-0.3.3-flags.patch b/sys-apps/udevil/files/udevil-0.3.3-flags.patch deleted file mode 100644 index cd5af4cd4fae..000000000000 --- a/sys-apps/udevil/files/udevil-0.3.3-flags.patch +++ /dev/null @@ -1,46 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Sun Oct 7 11:59:12 UTC 2012 -Subject: build system - - respect flags where possible - ---- configure.ac -+++ configure.ac -@@ -17,26 +17,6 @@ - - - dnl linker optimizations --AC_MSG_CHECKING([whether $LD accepts --as-needed]) --case `$LD --as-needed -v 2>&1 </dev/null` in --*GNU* | *'with BFD'*) -- LDFLAGS="$LDFLAGS -Wl,--as-needed" -- AC_MSG_RESULT([yes]) -- ;; --*) -- AC_MSG_RESULT([no]) -- ;; --esac --AC_MSG_CHECKING([whether $LD accepts -O1]) --case `$LD -O1 -v 2>&1 </dev/null` in --*GNU* | *'with BFD'*) -- LDFLAGS="$LDFLAGS -Wl,-O1" -- AC_MSG_RESULT([yes]) -- ;; --*) -- AC_MSG_RESULT([no]) -- ;; --esac - AC_MSG_CHECKING([whether $LD accepts -Bsymbolic-functions]) - case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in - *GNU* | *'with BFD'*) -@@ -48,10 +28,6 @@ - ;; - esac - --dnl advanced compiler tweaking --CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0" -- -- - # program paths - AC_ARG_WITH(mount-prog, - AC_HELP_STRING([--with-mount-prog=PATH], [Path to mount program (default: /bin/mount)]), |