Skip to content

Commit 9b0e259

Browse files
committed
Merge bitcoin/bitcoin#31121: guix: Enable CET for glibc package
4d3da08 guix: Enable CET for `glibc` package (Hennadii Stepanov) Pull request description: Pulled from #30685. This doesn't need to wait for anything. ACKs for top commit: laanwj: ACK 4d3da08 TheCharlatan: ACK 4d3da08 Tree-SHA512: 1f4645971381fd342adec52c826fc0023722519a3e28043c9fe8b64bbc1abad822fcc25a64f3f959e3f3a10f5c119029f4cae13c22bac6badcbec9ae8b501dfc
2 parents d9f8dc6 + 4d3da08 commit 9b0e259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ inspecting signatures in Mach-O binaries.")
469469
`(append ,flags
470470
;; https://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html
471471
(list "--enable-stack-protector=all",
472+
"--enable-cet",
472473
"--enable-bind-now",
473474
"--disable-werror",
474475
building-on)))

0 commit comments

Comments
 (0)