Skip to content
Snippets Groups Projects
Commit c57b957c authored by Natanael Copa's avatar Natanael Copa
Browse files

main/gmp: fix libtool version mismatch

We need to regenerate the autconf due to libtool 2.4.7 upgrade so we
don't get a libtool version mismatch.
parent ebfb7822
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gmp pkgname=gmp
pkgver=6.2.1 pkgver=6.2.1
pkgrel=1 pkgrel=2
pkgdesc="free library for arbitrary precision arithmetic" pkgdesc="free library for arbitrary precision arithmetic"
url="https://gmplib.org/" url="https://gmplib.org/"
arch="all" arch="all"
license="LGPL-3.0-or-later OR GPL-2.0-or-later" license="LGPL-3.0-or-later OR GPL-2.0-or-later"
makedepends="m4 texinfo libtool" makedepends="m4 texinfo libtool autoconf automake"
subpackages="$pkgname-doc $pkgname-dev libgmpxx" 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
CVE-2021-43618.patch::https://gmplib.org/repo/gmp-6.2/raw-rev/561a9c25298e CVE-2021-43618.patch::https://gmplib.org/repo/gmp-6.2/raw-rev/561a9c25298e
...@@ -20,7 +20,7 @@ replaces="gmp5" ...@@ -20,7 +20,7 @@ replaces="gmp5"
prepare() { prepare() {
default_prepare default_prepare
# force update to libtool with fixed cross-build support # force update to libtool with fixed cross-build support
libtoolize -f autoreconf -vif
} }
build() { build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment