summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2021-03-11 07:47:00 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-03-27 07:49:51 +0200
commit1954021a3763187bfeb6ccc36bec7224eda8706c (patch)
tree060e4137d4c6cc193571506a74bb73d78e7f1e3c /dev-libs/aws-c-common/files
parentsci-libs/hypre: adjust CC check for consistency (diff)
downloadgentoo-1954021a3763187bfeb6ccc36bec7224eda8706c.tar.gz
gentoo-1954021a3763187bfeb6ccc36bec7224eda8706c.tar.bz2
gentoo-1954021a3763187bfeb6ccc36bec7224eda8706c.zip
dev-libs/aws-c-common: Version Bump to 0.5.2
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-common/files')
-rw-r--r--dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch b/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch
new file mode 100644
index 000000000000..888205f88d61
--- /dev/null
+++ b/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch
@@ -0,0 +1,11 @@
+--- a/cmake/AwsCFlags.cmake 2021-03-11 07:42:36.325962577 +0100
++++ b/cmake/AwsCFlags.cmake 2021-03-11 07:42:46.174962928 +0100
+@@ -53,7 +53,7 @@
+ list(APPEND AWS_C_FLAGS "${_FLAGS}")
+
+ else()
+- list(APPEND AWS_C_FLAGS -Wall -Werror -Wstrict-prototypes -fno-omit-frame-pointer)
++ list(APPEND AWS_C_FLAGS -Wall -Wstrict-prototypes -fno-omit-frame-pointer)
+
+ if(NOT SET_PROPERTIES_NO_WEXTRA)
+ list(APPEND AWS_C_FLAGS -Wextra)