Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubico-piv-tool/files/
Date: Thu, 03 Mar 2022 08:28:09
Message-Id: 1646296076.bce7002ad8323ed377fd5c50a29c27d3b34611d4.marecki@gentoo
1 commit: bce7002ad8323ed377fd5c50a29c27d3b34611d4
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 08:19:47 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 08:27:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce7002a
7
8 sys-auth/yubico-piv-tool-2.3.0: actually commit the patch
9
10 Closes: https://bugs.gentoo.org/834505
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 .../files/yubico-piv-tool-2.3.0-no-Werror.patch | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 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
17 new file mode 100644
18 index 000000000000..cf3ddd7b7bb1
19 --- /dev/null
20 +++ b/sys-auth/yubico-piv-tool/files/yubico-piv-tool-2.3.0-no-Werror.patch
21 @@ -0,0 +1,11 @@
22 +--- a/CMakeLists.txt
23 ++++ b/CMakeLists.txt
24 +@@ -104,7 +104,7 @@
25 + else()
26 + find_package (PkgConfig REQUIRED)
27 +
28 +- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
29 ++ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
30 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-braces")
31 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat -Wformat-security")
32 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wshadow")