ldns: fix build on Perl 5.22. Closes #1914.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ldns'
|
# Template file for 'ldns'
|
||||||
pkgname=ldns
|
pkgname=ldns
|
||||||
version=1.6.17
|
version=1.6.17
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-drill --with-examples
|
configure_args="--with-drill --with-examples
|
||||||
--with-trust-anchor=/etc/dns/root.key
|
--with-trust-anchor=/etc/dns/root.key
|
||||||
@@ -15,6 +15,10 @@ homepage="http://www.nlnetlabs.nl/projects/ldns/"
|
|||||||
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd
|
checksum=8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/defined(@\$also)/@$also/' doc/doxyparse.pl
|
||||||
|
}
|
||||||
|
|
||||||
libldns_package() {
|
libldns_package() {
|
||||||
depends="dnssec-anchors"
|
depends="dnssec-anchors"
|
||||||
short_desc="Modern DNS/DNSSEC library"
|
short_desc="Modern DNS/DNSSEC library"
|
||||||
|
|||||||
Reference in New Issue
Block a user