mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
Closes: https://bugs.gentoo.org/974954 Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
17 lines
405 B
Diff
17 lines
405 B
Diff
From: Pavel Sobolev <contact@paveloom.dev>
|
|
Subject: [PATCH] Strip `-Werror`.
|
|
|
|
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -89,6 +89,6 @@ AC_CHECK_FUNCS([memmove memset regcomp select socket strcasecmp strncasecmp strc
|
|
|
|
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
|
|
|
|
-CFLAGS="${CFLAGS} -Wall -Werror"
|
|
+CFLAGS="${CFLAGS} -Wall"
|
|
|
|
AC_OUTPUT
|
|
|