mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=opkg
|
||||
version=0.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
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)"
|
||||
hostmakedepends="pkg-config libtool automake"
|
||||
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)
|
||||
|
|
Loading…
Add table
Reference in a new issue