ldns: rebuild against OpenSSL
This commit is contained in:
parent
ed1ce0ebac
commit
ec2a0c25ee
@ -2028,7 +2028,7 @@ libusbmuxd-2.0.so.6 libusbmuxd-2.0.2_1
|
|||||||
libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_1
|
libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_1
|
||||||
libstfl.so.0 stfl-0.23_1
|
libstfl.so.0 stfl-0.23_1
|
||||||
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
||||||
libldns.so.3 libldns-1.7.1_1
|
libldns.so.3 libldns-1.7.1_4
|
||||||
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
||||||
liboping.so.0 liboping-1.8.0_1
|
liboping.so.0 liboping-1.8.0_1
|
||||||
libloudmouth-1.so.0 loudmouth-1.4.3_1
|
libloudmouth-1.so.0 loudmouth-1.4.3_1
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Template file for 'ldns'
|
# Template file for 'ldns'
|
||||||
pkgname=ldns
|
pkgname=ldns
|
||||||
version=1.7.1
|
version=1.7.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-drill --with-examples --disable-dane-ta-usage
|
configure_args="--with-drill --with-examples --disable-dane-ta-usage
|
||||||
--with-trust-anchor=/etc/dns/root.key
|
--with-trust-anchor=/etc/dns/root.key
|
||||||
--with-ssl=${XBPS_CROSS_BASE}/usr"
|
--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libpcap-devel libressl-devel dnssec-anchors"
|
makedepends="libpcap-devel openssl-devel dnssec-anchors"
|
||||||
short_desc="Modern DNS/DNSSEC library -- utils"
|
short_desc="Modern DNS/DNSSEC library -- utils"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
@ -30,7 +30,7 @@ libldns_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
libldns-devel_package() {
|
libldns-devel_package() {
|
||||||
depends="libldns>=${version}_${revision} libressl-devel"
|
depends="libldns>=${version}_${revision} openssl-devel"
|
||||||
short_desc="Modern DNS/DNSSEC library -- development files"
|
short_desc="Modern DNS/DNSSEC library -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/ldns-config
|
vmove usr/bin/ldns-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user