summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/udevil/files/udevil-0.3.4-flags.patch')
-rw-r--r--sys-apps/udevil/files/udevil-0.3.4-flags.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/udevil/files/udevil-0.3.4-flags.patch b/sys-apps/udevil/files/udevil-0.3.4-flags.patch
deleted file mode 100644
index a600b99dc354..000000000000
--- a/sys-apps/udevil/files/udevil-0.3.4-flags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Mon Oct 22 08:49:52 UTC 2012
- respect flags where possible
-
---- configure.ac
-+++ configure.ac
-@@ -18,26 +18,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'*)
-@@ -50,7 +30,7 @@
- esac
-
- dnl advanced compiler tweaking
--CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0"
-+CPPFLAGS="$CPPFLAGS -fmessage-length=0"
-
-
- # program paths