opkg: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:30 +01:00
parent 8c00ec385c
commit 48ac23c75c
2 changed files with 2 additions and 2 deletions

View File

@ -3538,7 +3538,7 @@ libvkd3d.so.1 vkd3d-1.1_1
libgaminggear.so.0 libgaminggear-0.15.1_1
libgaminggearfx.so.0 libgaminggear-0.15.1_1
libgaminggearwidget.so.0 libgaminggear-0.15.1_1
libopkg.so.1 libopkg-0.4.0_1
libopkg.so.1 libopkg-0.4.4_2
libkodiplatform.so.18.0 kodi-platform-17.1.0_1
libQMatrixClient.so.0.5.3 libqmatrixclient-0.5.3.2_1
libipset.so.13 libipset-7.9_1

View File

@ -1,7 +1,7 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
$(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"