summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2012-01-09 00:57:45 +0000
committerAndrew Manison <amanison@anselsystems.com>2012-01-09 00:57:45 +0000
commit513150cd3cdf159292a7cf4ee7e70892075e5ab9 (patch)
treef397158fc523a1fe9f7a62abcd01e5bc4b9e043c /testing
parent8a4f308aa603e03cf0756d9d61bae83931d0f3e6 (diff)
downloadaports-513150cd3cdf159292a7cf4ee7e70892075e5ab9.tar.bz2
aports-513150cd3cdf159292a7cf4ee7e70892075e5ab9.tar.xz
testing/libiodbc: Build fix to remove libtool archives before package split
Diffstat (limited to 'testing')
-rw-r--r--testing/libiodbc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libiodbc/APKBUILD b/testing/libiodbc/APKBUILD
index 07a79ee37..0165b727f 100644
--- a/testing/libiodbc/APKBUILD
+++ b/testing/libiodbc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libiodbc
pkgver=3.52.7
-pkgrel=0
+pkgrel=1
pkgdesc="iODBC ODBC implementation"
url="http://www.iodbc.org/"
arch="all"
@@ -40,6 +40,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name *.la -print | xargs rm
}
md5sums="ddbd274cb31d65be6a78da58fc09079a libiodbc-3.52.7.tar.gz"