mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
opkg: rebuild with ssl actually enabled
This commit is contained in:
parent
3786892c0f
commit
c9d3908111
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'opkg'
|
# Template file for 'opkg'
|
||||||
pkgname=opkg
|
pkgname=opkg
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
|
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
|
||||||
$(vopt_enable lz4) $(vopt_if openssl '--enable-openssl --enable-ssl-curl')
|
$(vopt_enable lz4) $(vopt_if ssl '--enable-openssl --enable-ssl-curl')
|
||||||
$(vopt_enable gpg)"
|
$(vopt_enable gpg)"
|
||||||
hostmakedepends="pkg-config libtool automake"
|
hostmakedepends="pkg-config libtool automake"
|
||||||
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)
|
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue