opkg: depend on liblz4-devel
[ci skip]
This commit is contained in:
parent
690ffc1276
commit
241ce02de9
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ 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 openssl '--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) $(vopt_if lz4 lz4-devel)"
|
makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)
|
||||||
|
$(vopt_if lz4 liblz4-devel)"
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
short_desc="Lightweight package management system, compatible with ipkg"
|
short_desc="Lightweight package management system, compatible with ipkg"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
|
Loading…
Reference in a new issue