From be35239cafdc5b9ade0042296c8a89d14e31aa55 Mon Sep 17 00:00:00 2001 From: PktSurf Date: Sun, 3 Nov 2024 22:42:27 +0530 Subject: [PATCH] Restored old openssl make command --- base/openssl/smbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/openssl/smbuild b/base/openssl/smbuild index f7723d1..84152bf 100644 --- a/base/openssl/smbuild +++ b/base/openssl/smbuild @@ -1,7 +1,7 @@ # Maintainer: PktSurf app=openssl version=1.1.1t -build=1sml +build=2sml homepage="https://www.openssl.org/" download="https://www.openssl.org/source/openssl-$version.tar.gz" desc="Commercial-grade, full-featured crypto library from OpenSSL Project that implements TLS 1.x protocol" @@ -25,7 +25,7 @@ build() { shared enable-md2 no-weak-ssl-ciphers make - make install_sw install_man_docs DESTDIR=$pkg + make install DESTDIR=$pkg cp LICENSE $pkgdocs/