Files
gentoo/dev-libs/isl/files/isl-0.24-respect-flags.patch
Sam James d19a7f9d9b dev-libs/isl: respect CFLAGS
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>
2021-10-10 23:57:25 +01:00

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__
--