diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-10 11:56:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-10 11:56:42 +0000 |
commit | 1cab737be3b8391dd2b845e3dfe75d6b99460117 (patch) | |
tree | 95d2df922b737701a61a0b044866ba9a807c63c5 /main/abuild/APKBUILD | |
parent | 63cbdb27e349a4dce9d6c51fdcf86df802e9d6c6 (diff) | |
download | aports-1cab737be3b8391dd2b845e3dfe75d6b99460117.tar.bz2 aports-1cab737be3b8391dd2b845e3dfe75d6b99460117.tar.xz |
main/abuild: add support for option 'ldpath-recursive'
It is needed for building openjdk6
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 0aaaf26d7..76f168d20 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,7 +2,7 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.12.1 -pkgrel=5 +pkgrel=6 url=http://git.alpinelinux.org/cgit/abuild/ depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils abuildhelper curl" @@ -13,7 +13,7 @@ pkggroups="abuild" arch="all" license=GPL-2 source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 - abuild-git-20120908.patch" + abuild-git-20120910.patch" prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -48,4 +48,4 @@ cpan() { } md5sums="92348750a3354c3ec7b811716543b8e5 abuild-2.12.1.tar.bz2 -877d6a683752d9cca041b2b545901fd8 abuild-git-20120908.patch" +20b3511f09b8e60e33fb162b0c5646db abuild-git-20120910.patch" |