diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-20 21:24:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-20 21:25:27 +0000 |
commit | 9b91d2d1cd183610dcfee1abea744485ac0d34f6 (patch) | |
tree | d0449a9b32d62b1c5bad3ac99159313a4ea0e77e /sys-devel/autogen/files | |
parent | dev-libs/elfutils: bump up to 0.175, bug #671560 (diff) | |
download | gentoo-9b91d2d1cd183610dcfee1abea744485ac0d34f6.tar.gz gentoo-9b91d2d1cd183610dcfee1abea744485ac0d34f6.tar.bz2 gentoo-9b91d2d1cd183610dcfee1abea744485ac0d34f6.zip |
sys-devel/autogen: bump up to 5.18.16, bug #671564
Reported-by: Lars Wendler (Polynomial-C)
Closes: https://bugs.gentoo.org/671564
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/autogen/files')
-rw-r--r-- | sys-devel/autogen/files/autogen-5.18.16-no-werror.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch new file mode 100644 index 000000000000..7f9f36428e18 --- /dev/null +++ b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch @@ -0,0 +1,14 @@ +--- a/configure ++++ b/configure +@@ -18926,3 +18926,3 @@ test "X${GCC}" = Xyes && { + CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing" +- WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes \ ++ WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \ + -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \ +--- a/configure.ac ++++ b/configure.ac +@@ -200,3 +200,3 @@ test "X${GCC}" = Xyes && { + CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing" +- WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes \ ++ WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \ + -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \ |