diff options
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 53c1418..9ec6fd2 100644 --- a/repo/core/openssl.xibuild +++ b/repo/core/openssl.xibuild @@ -9,6 +9,7 @@ BRANCH="OpenSSL_1_1_1-stable" build () { ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic make + sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile make MANSUFFIX=ssl DESTDIR=$PKG_DEST install } |