Restored old openssl make command
This commit is contained in:
parent
940148649f
commit
be35239caf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=openssl
|
app=openssl
|
||||||
version=1.1.1t
|
version=1.1.1t
|
||||||
build=1sml
|
build=2sml
|
||||||
homepage="https://www.openssl.org/"
|
homepage="https://www.openssl.org/"
|
||||||
download="https://www.openssl.org/source/openssl-$version.tar.gz"
|
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"
|
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
|
shared enable-md2 no-weak-ssl-ciphers
|
||||||
|
|
||||||
make
|
make
|
||||||
make install_sw install_man_docs DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
cp LICENSE $pkgdocs/
|
cp LICENSE $pkgdocs/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue