apk-tools: rebuild against OpenSSL
This commit is contained in:
parent
e7f03abb42
commit
2891aec965
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'apk-tools'
|
||||
pkgname=apk-tools
|
||||
version=2.12.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
# Link libapk statically
|
||||
make_build_args="LUAAPK=no LDFLAGS_apk.static= static"
|
||||
hostmakedepends="pkg-config lua53 lua53-zlib"
|
||||
makedepends="libressl-devel zlib-devel"
|
||||
makedepends="openssl-devel zlib-devel"
|
||||
short_desc="Alpine Package Keeper (Alpine package manager)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Reference in a new issue