index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-29 18:04:08 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-29 18:04:08 +0200 |
commit | c344ac2da4873177f7330935a788a5849e09d8b0 (patch) | |
tree | 82957800a3bce8dd9a82c4b1cffca85944f121fc /core/binutils/PKGBUILD | |
parent | 6c9833024b92b8c6871af5a007d5ca1a7e6f6305 (diff) |
-rw-r--r-- | core/binutils/PKGBUILD | 4 |
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 2a55c493..416fea9b 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -58,7 +58,7 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' - s,configure",configure" --enable-cet=no, + s/--enable-cet/--enable-cet=no/ ' )" else @@ -71,7 +71,7 @@ else eval "$( declare -f build | \ sed ' - s,configure",configure" --enable-cet=yes, + s/--enable-cet/--enable-cet=yes/ ' )" fi |