Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
partimage
Commits:
3fb59c79 by Lukas Fleischer at 2025-09-17T07:55:11-04:00
Call autoreconf unconditionally
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -35,7 +35,9 @@ prepare() {
patch -Np1 -i ../use-SSLv3-by-default.patch
patch -p1 -i ../partimage-build-fix.patch # Fix build with recent glibc
- sed -e 's/CRYPTO_lock/X509_new/g' -i configure
+ sed -e 's/CRYPTO_lock/X509_new/g' -i configure.ac
+
+ autoreconf -fiv
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partimage/-/commit/3fb59c79d4bf86be810818beebfa1207fa7ed59e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partimage/-/commit/3fb59c79d4bf86be810818beebfa1207fa7ed59e
You're receiving this email because of your account on gitlab.archlinux.org.