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

Frederik Schwan freswa at gemini.archlinux.org
Sun Feb 20 19:18:35 UTC 2022


    Date: Sunday, February 20, 2022 @ 19:18:35
  Author: freswa
Revision: 437811

remove configure switches not used anymore

credits @Toolybird
`--enable-add-ons' - the add-ons mechanism was removed in 2017 [1]
`--enable-lock-elision' - elision was converted to a "tunable" in 2017 [2]
`--enable-stackguard-randomization' - stopped being useful in 2014 [3]
`--enable-static-pie' - became the default in latest release and was replaced [4]

[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=644d3857
[2] https://sourceware.org/git/?p=glibc.git;a=commit;h=07ed18d2
[3] https://sourceware.org/bugzilla/show_bug.cgi?id=27872
[4] https://sourceware.org/git/?p=glibc.git;a=commit;h=23645707

implements FS#73899

Modified:
  glibc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ----
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 17:20:09 UTC (rev 437810)
+++ PKGBUILD	2022-02-20 19:18:35 UTC (rev 437811)
@@ -54,15 +54,11 @@
       --prefix=/usr
       --with-headers=/usr/include
       --with-bugurl=https://bugs.archlinux.org/
-      --enable-add-ons
       --enable-bind-now
       --enable-cet
       --enable-kernel=4.4
-      --enable-lock-elision
       --enable-multi-arch
       --enable-stack-protector=strong
-      --enable-stackguard-randomization
-      --enable-static-pie
       --enable-systemtap
       --disable-profile
       --disable-crypt



More information about the arch-commits mailing list