mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Drop the fun (and aggressive) AX_CC_MAXOPT macro call which was causing us to not respect the user's CFLAGS. Note that 0.24 seemed to be triggering maintainer mode; have chucked eautoreconf into the ebuild for 0.24-r1 given it seemingly wasn't doing any harm to be doing it informally in 0.24 anyway, but will keep an eye on it. Revbump because of the aforementioned churn in a critical dependency. Bug: https://bugs.gentoo.org/815700 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
204 B
Diff
15 lines
204 B
Diff
https://bugs.gentoo.org/815700
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -22,7 +22,6 @@ AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AX_PROG_CC_FOR_BUILD
|
|
|
|
-AX_CC_MAXOPT
|
|
AX_GCC_WARN_UNUSED_RESULT
|
|
AX_C___ATTRIBUTE__
|
|
|
|
--
|
|
|