ldns-devel: depends on libressl-devel

* ldns/ldns.h -> ldns/dane.h -> openssl/ssl.h
* requires -lcrypto
This commit is contained in:
Đoàn Trần Công Danh 2020-08-22 19:52:14 +07:00
parent 269e28b4a1
commit 4b060c3365

View file

@ -1,7 +1,7 @@
# Template file for 'ldns'
pkgname=ldns
version=1.7.1
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-drill --with-examples --disable-dane-ta-usage
--with-trust-anchor=/etc/dns/root.key
@ -30,7 +30,7 @@ libldns_package() {
}
}
libldns-devel_package() {
depends="libldns>=${version}_${revision}"
depends="libldns>=${version}_${revision} libressl-devel"
short_desc="Modern DNS/DNSSEC library -- development files"
pkg_install() {
vmove usr/bin/ldns-config