diff options
author | 2022-03-03 08:19:47 +0000 | |
---|---|---|
committer | 2022-03-03 08:27:56 +0000 | |
commit | bce7002ad8323ed377fd5c50a29c27d3b34611d4 (patch) | |
tree | af9a6024b15c3c4e83e4cababf7d7b07e11198ba /sys-auth/yubico-piv-tool | |
parent | dev-java/ant-javamail: removed obsolete 1.10.9 (diff) | |
download | gentoo-bce7002ad8323ed377fd5c50a29c27d3b34611d4.tar.gz gentoo-bce7002ad8323ed377fd5c50a29c27d3b34611d4.tar.bz2 gentoo-bce7002ad8323ed377fd5c50a29c27d3b34611d4.zip |
sys-auth/yubico-piv-tool-2.3.0: actually commit the patch
Closes: https://bugs.gentoo.org/834505
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-auth/yubico-piv-tool')
-rw-r--r-- | sys-auth/yubico-piv-tool/files/yubico-piv-tool-2.3.0-no-Werror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-auth/yubico-piv-tool/files/yubico-piv-tool-2.3.0-no-Werror.patch b/sys-auth/yubico-piv-tool/files/yubico-piv-tool-2.3.0-no-Werror.patch new file mode 100644 index 000000000000..cf3ddd7b7bb1 --- /dev/null +++ b/sys-auth/yubico-piv-tool/files/yubico-piv-tool-2.3.0-no-Werror.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -104,7 +104,7 @@ + else() + find_package (PkgConfig REQUIRED) + +- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror") ++ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-braces") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat -Wformat-security") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wshadow") |