index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:01:25 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:01:25 +0000 |
commit | 7f075de4c1d258d7702c852666521f2b09a37c2c (patch) | |
tree | ba3fdeca7a5cc46e2a88971393b39504bae7a5e3 | |
parent | 9cd28ffe45234e9687cfdbaf086eceb0499b33a7 (diff) |
-rw-r--r-- | core/openssl/PKGBUILD | 11 |
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 |