Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#31121: guix: Enable CET for glibc package
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fanquake committed Oct 21, 2024
2 parents d9f8dc6 + 4d3da08 commit 9b0e259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ inspecting signatures in Mach-O binaries.")
`(append ,flags
;; https://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html
(list "--enable-stack-protector=all",
"--enable-cet",
"--enable-bind-now",
"--disable-werror",
building-on)))
Expand Down

0 comments on commit 9b0e259

Please sign in to comment.