mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 14:53:19 +02:00
openssl: bootstrap pkg.
This commit is contained in:
parent
18afad9e8d
commit
97bbc61612
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,6 @@ pkgname=openssl
|
|||
_openssl_version=1.0.1
|
||||
version=${_openssl_version}e
|
||||
revision=5
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -12,6 +11,12 @@ homepage="http://www.openssl.org/"
|
|||
distfiles="https://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||
checksum=f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3
|
||||
|
||||
bootstrap=yes
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="perl"
|
||||
fi
|
||||
|
||||
do_configure() {
|
||||
local _opts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue