aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-18 13:06:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-18 13:06:37 +0000
commit0562d45b8c21844f7f9ea16b8ccb6029ee776332 (patch)
tree66106a77ed18670c062c13d7a760cd34f6de1c09 /testing
parent62ed87d6234b0da747c837c1784063b53d79e981 (diff)
downloadaports-0562d45b8c21844f7f9ea16b8ccb6029ee776332.tar.bz2
aports-0562d45b8c21844f7f9ea16b8ccb6029ee776332.tar.xz
testing/ldns: remove *.la
Diffstat (limited to 'testing')
-rw-r--r--testing/ldns/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ldns/APKBUILD b/testing/ldns/APKBUILD
index 43dd58135..a999bceff 100644
--- a/testing/ldns/APKBUILD
+++ b/testing/ldns/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=ldns
pkgver=1.6.10
-pkgrel=0
+pkgrel=1
pkgdesc="A DNS library"
url="http://nlnetlabs.nl/projects/ldns/"
arch="all"
@@ -39,6 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz"