aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gsl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gsl/APKBUILD b/main/gsl/APKBUILD
index dba8735c29..f721011aeb 100644
--- a/main/gsl/APKBUILD
+++ b/main/gsl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gsl
pkgver=1.14
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers"
url="http://www.gnu.org/software/gsl/gsl.html"
arch="all"
@@ -22,5 +22,6 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="d55e7b141815412a072a3f0e12442042 gsl-1.14.tar.gz"