From 7f075de4c1d258d7702c852666521f2b09a37c2c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Jul 2018 10:01:25 +0000 Subject: core/openssl: added i486 specific patch --- core/openssl/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/openssl/PKGBUILD (limited to 'core') diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD new file mode 100644 index 00000000..602de5f4 --- /dev/null +++ b/core/openssl/PKGBUILD @@ -0,0 +1,11 @@ +# append a i486 section +if [ "${CARCH}" = "i486" ]; then + eval "$( + declare -f build | \ + sed ' + s@no-ssl3-method@no-ssl3-method no-ssl2 no-ssl3@ + s@'i686'@'i486'@ + s@'linux-elf'@'linux-generic32'@ + ' + )" +fi -- cgit v1.2.3-54-g00ecf