diff options
author | davidovski <david@davidovski.xyz> | 2021-12-22 20:24:00 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-22 20:24:00 +0000 |
commit | 62a0b9b7de1e419a2bf960cf97889f6e9c0524ef (patch) | |
tree | 5006758def33792d09de05ea0afd46a301a32d99 /repo/core/openssl.xibuild | |
parent | 024004ce627f43723c6a6cf251b2161ff3ba1e9b (diff) |
set openssl to use 1.1.1, since python requires it
Diffstat (limited to 'repo/core/openssl.xibuild')
-rw-r--r-- | repo/core/openssl.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild index 8e9b8cd..96d7cb8 100644 --- a/repo/core/openssl.xibuild +++ b/repo/core/openssl.xibuild @@ -4,6 +4,7 @@ DEPS=(glic) SOURCE=https://github.com/openssl/openssl DESC="The open source management tools and libraries for cryptography" +BRANCH="OpenSSL_1_1_1-stable" build () { ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic |