---
main/openssl/APKBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD
index 49ffa89..57e13d8 100644
--- a/main/openssl/APKBUILD
+++ b/main/openssl/APKBUILD
_at_@ -70,6 +70,7 @@ build() {
ppc64le) _target="linux-ppc64le" ;;
x86) _target="linux-elf" ;;
x86_64) _target="linux-x86_64"; _optflags="enable-ec_nistp_64_gcc_128" ;;
+ s390x) _target="linux64-s390x";;
*) msg "Unable to determine architecture from (CARCH=$CARCH)" ; return 1 ;;
esac
--
2.1.4
---
Unsubscribe: alpine-aports+unsubscribe_at_lists.alpinelinux.org
Help: alpine-aports+help_at_lists.alpinelinux.org
---
Received on Wed Feb 22 2017 - 17:07:15 UTC