commit: bce7002ad8323ed377fd5c50a29c27d3b34611d4 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 08:19:47 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 08:27:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce7002a
sys-auth/yubico-piv-tool-2.3.0: actually commit the patch Closes: https://bugs.gentoo.org/834505 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> .../files/yubico-piv-tool-2.3.0-no-Werror.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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")
