Files
gentoo/dev-libs/libtpms/files/libtpms-0.9.0-Remove-WError.patch
Christopher Byrne 93587254f8 dev-libs/libtpms: Bump to 0.9.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22442
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-10-06 06:56:18 -04:00

14 lines
508 B
Diff

diff --git a/configure.ac b/configure.ac
index 5f995a8..957c461 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,7 +321,7 @@ if test "x$enable_hardening" != "xno"; then
AC_SUBST([HARDENING_LDFLAGS])
fi
-AM_CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes"
+AM_CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes"
AM_CFLAGS="$AM_CFLAGS"
AM_LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"