summaryrefslogtreecommitdiff
path: root/dev-libs/libtpms/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /dev-libs/libtpms/files
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-libs/libtpms/files')
-rw-r--r--dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch (renamed from dev-libs/libtpms/files/libtpms-0.7.3-Remove-WError.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtpms/files/libtpms-0.7.3-Remove-WError.patch b/dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch
index fe17f898f5e6..05988734f59a 100644
--- a/dev-libs/libtpms/files/libtpms-0.7.3-Remove-WError.patch
+++ b/dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch
@@ -1,13 +1,13 @@
diff --git a/configure.ac b/configure.ac
-index 1bb45d1..147aa84 100644
+index 40d2c7f..809f8e0 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -283,7 +283,7 @@ if test "x$enable_hardening" != "xno"; then
+@@ -304,7 +304,7 @@ if test "x$enable_hardening" != "xno"; then
AC_SUBST([HARDENING_LDFLAGS])
fi
-CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare -Wno-self-assign"
+CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Wreturn-type -Wsign-compare -Wno-self-assign"
+ CFLAGS="$CFLAGS -Wmissing-prototypes"
LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"
- AC_CONFIG_FILES(Makefile \