summaryrefslogtreecommitdiff
path: root/system/gmp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/gmp/APKBUILD')
-rw-r--r--system/gmp/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/system/gmp/APKBUILD b/system/gmp/APKBUILD
index 773adda41..c56a6485b 100644
--- a/system/gmp/APKBUILD
+++ b/system/gmp/APKBUILD
@@ -7,17 +7,11 @@ url="https://gmplib.org/"
arch="all"
license="LGPL-3.0+ OR GPL-2.0+"
depends=""
-makedepends="m4 texinfo libtool"
+makedepends="m4 texinfo"
subpackages="$pkgname-doc $pkgname-dev libgmpxx"
source="https://gmplib.org/download/gmp/gmp-$pkgver.tar.xz
"
-prepare() {
- default_prepare
- # force update to libtool with fixed cross-build support
- libtoolize -f
-}
-
build() {
./configure \
--build=$CBUILD \