summaryrefslogtreecommitdiff
path: root/net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch')
-rw-r--r--net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch b/net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch
deleted file mode 100644
index d320b9d1f349..000000000000
--- a/net-im/jabberd2/files/jabberd2-2.3.4-optimization.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Re-allow the use of O3/Os, since it seems to have been an old compiler
-bug.
-
-See https://github.com/jabberd2/jabberd2/issues/34
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,13 +23,6 @@
- LIBS="$LIBS $lt_cv_dlopen_libs"
- fi
-
--# check for optimisation level
--AC_MSG_CHECKING([CFLAGS optimization level])
--[if echo $CFLAGS | grep '.*-O[3s].*' >/dev/null 2>&1; then]
-- AC_MSG_ERROR([maximum allowed optimization level is -O2])
--fi
--AC_MSG_RESULT([fine])
--
- # extra paths
- AC_ARG_WITH([extra_include_path], AC_HELP_STRING([--with-extra-include-path],
- [use additional include paths]),