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 46145fe3a9 - Show all commits
@@ -1,17 +1,18 @@
pkgname=libffi
pkgver=3.4.7
pkgver=3.5.2
pkgdesc='Portable foreign function interface library'
homepage='https://sourceware.org/libffi/'
license=(MIT)
sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://github.com/libffi/libffi/releases/download/v${pkgver}/${sources[0]}")
md5sums=("696a1d483a1174ce8a477575546a5284")
md5sums=("92af9efad4ba398995abf44835c5d9e9")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1
}
src_build() {
CFLAGS+=" -march=native"
./configure --prefix=/usr \
--disable-static \
--with-gcc-arch=native