openssl: Actually enable 1.1.

This commit is contained in:
waddlesplash
2020-03-15 16:24:08 -04:00
committed by GitHub
parent c83113f94a
commit 9c9dbe83cc

View File

@@ -21,8 +21,8 @@ CHECKSUM_SHA256="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f
SOURCE_DIR="openssl-$portVersion"
PATCHES="openssl-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64 ?arm ?ppc sparc m68k"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc sparc m68k"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion=1.1
cmdSuffix=""