index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-02-06 00:37:31 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-02-06 00:37:31 +0200 |
commit | 12f331bd91b0f02d0109b5457ddc0ae229a1bc4c (patch) | |
tree | dda45051f267e58595460c64b732ee0b8a6aedcf | |
parent | ef8a69d4a35091dec380dc0577e4a97896376168 (diff) |
-rw-r--r-- | core/glibc/PKGBUILD | 17 |
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 63391bbd..eb3971c3 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -39,15 +39,6 @@ if [ "${CARCH}" = "i486" ]; then /make -O check/d ' )" - - # disable CET (Control Flow instructions endbr32/enbr64) - eval "$( - declare -f build | \ - sed ' - s/--enable-cet/--disable-cet/ - ' - )" - fi # pentium4 specific @@ -132,3 +123,11 @@ eval "$( # ignoring tests for now (they hang, checked manually, see skip_tests above) unset check + +# disable CET (Control Flow instructions endbr32/enbr64) +eval "$( + declare -f build | \ + sed ' + s/--enable-cet/--disable-cet/ + ' +)" |