ldns-devel: depends on libressl-devel
* ldns/ldns.h -> ldns/dane.h -> openssl/ssl.h * requires -lcrypto
This commit is contained in:
parent
269e28b4a1
commit
4b060c3365
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ldns'
|
# Template file for 'ldns'
|
||||||
pkgname=ldns
|
pkgname=ldns
|
||||||
version=1.7.1
|
version=1.7.1
|
||||||
revision=2
|
revision=3
|
||||||
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
|
||||||
|
@ -30,7 +30,7 @@ libldns_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
libldns-devel_package() {
|
libldns-devel_package() {
|
||||||
depends="libldns>=${version}_${revision}"
|
depends="libldns>=${version}_${revision} libressl-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…
Add table
Add a link
Reference in a new issue