aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pkgconf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pkgconf')
-rw-r--r--testing/pkgconf/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/pkgconf/APKBUILD b/testing/pkgconf/APKBUILD
index 5bf96cfdb2..ecdb9080e2 100644
--- a/testing/pkgconf/APKBUILD
+++ b/testing/pkgconf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=pkgconf
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="development framework configuration tools"
url="http://www.atheme.org/"
arch="all"
@@ -40,7 +40,9 @@ package() {
cd "$_builddir"
mkdir -p "$pkgdir"/usr/bin
make DESTDIR="$pkgdir" install || return 1
- rm -f "$pkgdir"/usr/lib/*.la
+ # we remove the pkg-config symlink since it breaks the build boxes
+ rm -f "$pkgdir"/usr/lib/*.la \
+ "$pkgdir"/usr/bin/pkg-config
}
md5sums="87fe4e0128fbf0b9f9a393df37895052 pkgconf-0.1.1.tar.bz2"