diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/gmp/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/system/gmp/APKBUILD b/system/gmp/APKBUILD index 773adda41..e5c71a783 100644 --- a/system/gmp/APKBUILD +++ b/system/gmp/APKBUILD @@ -1,21 +1,19 @@ # Maintainer: Adelie Platform Group <adelie-devel@lists.adelielinux.org> pkgname=gmp pkgver=6.2.1 -pkgrel=0 +pkgrel=2 pkgdesc="A free library for arbitrary precision arithmetic" url="https://gmplib.org/" arch="all" license="LGPL-3.0+ OR GPL-2.0+" depends="" -makedepends="m4 texinfo libtool" +makedepends="autoconf automake m4 texinfo libtool" subpackages="$pkgname-doc $pkgname-dev libgmpxx" -source="https://gmplib.org/download/gmp/gmp-$pkgver.tar.xz - " +source="https://gmplib.org/download/gmp/gmp-$pkgver.tar.xz" prepare() { default_prepare - # force update to libtool with fixed cross-build support - libtoolize -f + autoreconf -i } build() { |