aboutsummaryrefslogtreecommitdiff
path: root/development/ldns/ldns.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ldns/ldns.SlackBuild')
-rw-r--r--development/ldns/ldns.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild
index d8dce8900418..ecc7b134ebeb 100644
--- a/development/ldns/ldns.SlackBuild
+++ b/development/ldns/ldns.SlackBuild
@@ -39,7 +39,7 @@ PRGNAM=ldns
VERSION=${VERSION:-1.7.1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -142,6 +142,8 @@ find $PKG -type f -perm 444 -exec chmod 0644 '{}' \;
find $PKG/usr/man -type f -exec gzip -9 {} \;
find $PKG -name "LDNS.so" -exec chmod 0755 {} \;
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh