summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2021-09-29 11:21:37 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-10-06 06:56:18 -0400
commit93587254f82cffb914ee9cb4a32dfd9f57e5b323 (patch)
treeb8a2b6f7a5650c780065c4f3f1c5d4423c6e0971 /dev-libs/libtpms/files
parentapp-crypt/tpm2-tools: Fix broken test exposed in libtpms-0.9.0 (diff)
downloadgentoo-93587254f82cffb914ee9cb4a32dfd9f57e5b323.tar.gz
gentoo-93587254f82cffb914ee9cb4a32dfd9f57e5b323.tar.bz2
gentoo-93587254f82cffb914ee9cb4a32dfd9f57e5b323.zip
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>
Diffstat (limited to 'dev-libs/libtpms/files')
-rw-r--r--dev-libs/libtpms/files/libtpms-0.9.0-Remove-WError.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/libtpms/files/libtpms-0.9.0-Remove-WError.patch b/dev-libs/libtpms/files/libtpms-0.9.0-Remove-WError.patch
new file mode 100644
index 000000000000..14fe4c5a8788
--- /dev/null
+++ b/dev-libs/libtpms/files/libtpms-0.9.0-Remove-WError.patch
@@ -0,0 +1,13 @@
+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"
+