From a304bea2c58d272080175a5953f932a480700d82 Mon Sep 17 00:00:00 2001
From: "A. Wilcox" <AWilcox@Wilcox-Tech.com>
Date: Wed, 27 Apr 2022 23:48:35 -0500
Subject: system/gmp: Don't libtoolize

Not sure if this is even necessary any more.

It was only for cross builds anyway, but slibtoolize won't be available
until 0.5.35 is released, so we don't have a choice.
---
 system/gmp/APKBUILD | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'system')

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 \
-- 
cgit v1.2.3-70-g09d2