summaryrefslogtreecommitdiff
path: root/dev-libs/libtpms/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /dev-libs/libtpms/files
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-libs/libtpms/files')
-rw-r--r--dev-libs/libtpms/files/libtpms-0.8.7-Remove-WError.patch (renamed from dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch b/dev-libs/libtpms/files/libtpms-0.8.7-Remove-WError.patch
index 05988734f59a..54b7150cfbd1 100644
--- a/dev-libs/libtpms/files/libtpms-0.8.0-Remove-WError.patch
+++ b/dev-libs/libtpms/files/libtpms-0.8.7-Remove-WError.patch
@@ -1,13 +1,13 @@
diff --git a/configure.ac b/configure.ac
-index 40d2c7f..809f8e0 100644
+index 180bcc0..2efb801 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -304,7 +304,7 @@ if test "x$enable_hardening" != "xno"; then
+@@ -311,7 +311,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"
+ CFLAGS="$CFLAGS -Wmissing-prototypes -Wno-deprecated-declarations"
LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"