mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Closes: https://bugs.gentoo.org/903694 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
diff -Naur a/configure b/configure
|
|
--- a/configure 2023-03-04 19:40:49.000000000 +0200
|
|
+++ b/configure 2023-04-02 14:42:31.748484834 +0300
|
|
@@ -18676,7 +18676,7 @@
|
|
|
|
|
|
tmp_CXXFLAGS="$CXXFLAGS"
|
|
-CXXFLAGS="$CXXFLAGS -Wall -Werror -fvisibility=hidden"
|
|
+CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports the visibility attribute" >&5
|
|
printf %s "checking whether $CC supports the visibility attribute... " >&6; }
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -19748,7 +19748,7 @@
|
|
then :
|
|
break
|
|
fi
|
|
- CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
|
|
+ CFLAGS="-Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
|
|
ac_link="$ax_pthread_save_ac_link"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
@@ -20239,7 +20239,7 @@
|
|
fi
|
|
|
|
|
|
-CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
|
|
+CXXFLAGS="$CXXFLAGS -pedantic"
|
|
|
|
ac_config_files="$ac_config_files Makefile src/Makefile src/tools/Makefile java/Makefile test/Makefile cs/Makefile cl/Makefile src/libvoikko.pc"
|
|
|