mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'
|
# Template file for 'apk-tools'
|
||||||
pkgname=apk-tools
|
pkgname=apk-tools
|
||||||
version=2.12.3
|
version=2.12.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
# Link libapk statically
|
# Link libapk statically
|
||||||
make_build_args="LUAAPK=no LDFLAGS_apk.static= static"
|
make_build_args="LUAAPK=no LDFLAGS_apk.static= static"
|
||||||
hostmakedepends="pkg-config lua53 lua53-zlib"
|
hostmakedepends="pkg-config lua53 lua53-zlib"
|
||||||
makedepends="libressl-devel zlib-devel"
|
makedepends="openssl-devel zlib-devel"
|
||||||
short_desc="Alpine Package Keeper (Alpine package manager)"
|
short_desc="Alpine Package Keeper (Alpine package manager)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue