From 4b060c336560a418ba1499b4dd5c06182ca2f655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 22 Aug 2020 19:52:14 +0700 Subject: [PATCH] ldns-devel: depends on libressl-devel * ldns/ldns.h -> ldns/dane.h -> openssl/ssl.h * requires -lcrypto --- srcpkgs/ldns/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index e2158586bac..7a02c108b6d 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -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