diff options
author | Erich Eckner <git@eckner.net> | 2018-10-18 10:49:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-18 10:49:51 +0200 |
commit | 2a30eba45bb7672693d456ff23ca35cb7a27a5be (patch) | |
tree | d45fb732da25c09806cfb0cd392cfbac220951f5 /community/botan/PKGBUILD | |
parent | a591dd7b460fc27a103d434a1f8ecc30a5c180b0 (diff) | |
download | packages-2a30eba45bb7672693d456ff23ca35cb7a27a5be.tar.xz |
community/botan: remove non-functional sed, add --cpu=i686 to avoid auto-detection bug on i486
Diffstat (limited to 'community/botan/PKGBUILD')
-rw-r--r-- | community/botan/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index ef400383..937eee9b 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -1 +1,6 @@ -eval "$(declare -f build | sed "s|python.*;|\0\n sed -i 's@-O3@-O2@g' Makefile;|")" +eval "$( + declare -f build | \ + sed ' + s,/configure\.py ,\0--cpu=i686 , + ' +)" |