From 2a30eba45bb7672693d456ff23ca35cb7a27a5be Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Oct 2018 10:49:51 +0200 Subject: community/botan: remove non-functional sed, add --cpu=i686 to avoid auto-detection bug on i486 --- community/botan/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'community/botan') 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 , + ' +)" -- cgit v1.2.3