From 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 12 Jan 2022 23:04:23 +0000 Subject: updated all build files based on lfs --- repo/core/openssl.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/core/openssl.xibuild') 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 } -- cgit v1.2.1