opkg: rebuild with ssl actually enabled

This commit is contained in:
Duncaen 2019-06-27 16:54:33 +02:00
parent 3786892c0f
commit c9d3908111

View file

@ -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)