Files
gentoo/dev-libs/libtpms/files/libtpms-0.10.0-Remove-WError.patch
Christopher Byrne 2f59830928 dev-libs/libtpms: add 0.10.0
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23 19:48:29 +00:00

14 lines
526 B
Diff

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