[arch-commits] Commit in binutils/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Sun Aug 14 15:46:15 UTC 2022


    Date: Sunday, August 14, 2022 @ 15:46:15
  Author: freswa
Revision: 452708

disable executable stack by default

Get rid of dangerous executable stacks
by default instead of providing warnings only.

Implements FS#75601

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 10:29:32 UTC (rev 452707)
+++ PKGBUILD	2022-08-14 15:46:15 UTC (rev 452708)
@@ -51,6 +51,7 @@
     --with-lib-path=/usr/lib:/usr/local/lib \
     --with-bugurl=https://bugs.archlinux.org/ \
     --enable-cet \
+    --enable-default-execstack=no \
     --enable-deterministic-archives \
     --enable-gold \
     --enable-install-libiberty \



More information about the arch-commits mailing list