From f9125847cc35c5c7532526fee1d8ac6ad6322de4 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 22 Sep 2019 14:33:39 -0700 Subject: development/ldns: Updated for version 1.7.1 Signed-off-by: Larry Hajali --- development/ldns/ldns.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'development/ldns/ldns.SlackBuild') diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild index d6dbc7585d..d53a7bca2f 100644 --- a/development/ldns/ldns.SlackBuild +++ b/development/ldns/ldns.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2008, 2009 Eric Hameleers, Eindhoven, NL # Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN USA # Copyright 2010, R. Andrew Bailey, Chantilly, VA USA -# Copyright 2014-2017 Larry Hajali +# Copyright 2014-2019 Larry Hajali # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -34,7 +34,7 @@ # ----------------------------------------------------------------------------- PRGNAM=ldns -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.7.1} TAG=${TAG:-_SBo} BUILD=${BUILD:-1} @@ -85,6 +85,7 @@ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ + --includedir=/usr/include \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ @@ -115,10 +116,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true find $PKG -depth -type d -empty -delete || true -# Install pkgconfig file. -mkdir $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig -install -m 0644 packaging/lib${PRGNAM}.pc $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig - # Create the root.key file mkdir -p $PKG/etc/$PRGNAM sed -n '/Zone/,$p' $CWD/root-anchors.xml | sed -e 's|<[^>]*>||g' | \ -- cgit v1.2.3