Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
dmraid
Commits:
4df79c30 by Jelle van der Waa at 2026-02-23T11:37:05+01:00
Properly re-configure autoconf related files
Instead of manually copying it from the host use the standard autotools
tooling to force re-generation for aarch64 and other new architecture
support.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -29,8 +29,7 @@ prepare() {
cd "$pkgname/1.0.0.rc16-3/$pkgname"
patch -Np1 -i ${srcdir}/dmraid-format-security.patch
- # use config.guess and config.sub packaged with autoconf
- cp -v /usr/share/autoconf/build-aux/config.{guess,sub} autoconf/
+ autoreconf -fvi
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dmraid/-/commit/4df79c30676b40c8f952071e5bad20b5a4a7f312
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dmraid/-/commit/4df79c30676b40c8f952071e5bad20b5a4a7f312
You're receiving this email because of your account on gitlab.archlinux.org.