From 0c75eeb2cfd61871d438ed8c421d7edb921b05cc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Oct 2018 13:58:18 +0200 Subject: core/openssl: bring in _all_ i686 specific changes that have been there before --- core/openssl/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index 4446cbc6..dd495920 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -2,7 +2,8 @@ eval "$( declare -f build | \ sed ' - s@linux-x86_64@linux-generic32@ + s@linux-x86_64@linux-elf@ + s@ enable-ec_nistp_64_gcc_128 @ @ ' )" -- cgit v1.2.3-54-g00ecf From 70dcbbff6495713a9f0f9693265f25273afd13c2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Oct 2018 13:59:44 +0200 Subject: core/openssl: whoops, I should read the comments around lines I am chaning --- core/openssl/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index dd495920..1e6e1b30 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -2,7 +2,7 @@ eval "$( declare -f build | \ sed ' - s@linux-x86_64@linux-elf@ + s@linux-x86_64@linux-generic32@ s@ enable-ec_nistp_64_gcc_128 @ @ ' )" -- cgit v1.2.3-54-g00ecf From 1ef3db3df26dd0f4b688aefeb7347cb88b931fa4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Oct 2018 16:04:30 +0200 Subject: core/gpgme: explicitely remove i486 from package functions which we do not package --- core/gpgme/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core') diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD index f35e9323..121220d1 100644 --- a/core/gpgme/PKGBUILD +++ b/core/gpgme/PKGBUILD @@ -1,3 +1,13 @@ +eval "$( + declare -f package_python-gpgme package_python2-gpgme qgpgme | \ + sed ' + /^\s*{\s*$/ a arch=('"$( + printf '%s\n' "${arch[@]}" | \ + grep -vxF 'i486' | \ + tr '\n' ' ' + )"') + ' +)" # i486-specific if [ "${CARCH}" = "i486" ]; then # we only build the library -- cgit v1.2.3-54-g00ecf