update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 6ce33c8f74 - Show all commits
+2 -2
View File
@@ -4,7 +4,7 @@ pkgdesc='A free library for arbitrary precision arithmetic'
homepage='https://gmplib.org/' homepage='https://gmplib.org/'
license=(GPL-2.0-or-later license=(GPL-2.0-or-later
LGPL-3.0-or-later) LGPL-3.0-or-later)
sources=(gmp-$pkgver.tar.xz) sources=("${pkgname}-$pkgver.tar.xz")
urls=("https://ftp.gnu.org/gnu/gmp/${sources[0]}") urls=("https://ftp.gnu.org/gnu/gmp/${sources[0]}")
md5sums=("956dc04e864001a9c22429f761f2c283") md5sums=("956dc04e864001a9c22429f761f2c283")
@@ -17,7 +17,7 @@ src_build() {
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-cxx \ --enable-cxx \
--disable-static \ --disable-static \
--docdir=/usr/share/doc/gmp-6.3.0 --docdir=/usr/share/doc/${pkgname}-${pkgver}
make make
make html make html
} }