commit: 418aba6146b583bd5feddca4057d2982594c7ada
parent a2ba9e9b5461a0b775e02a4225192932c7b1c911
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 21 Nov 2024 06:28:10 +0100
extras: pkgconf: build with pdpmake
Diffstat:
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/bootstrap-pkgconf.sh b/bootstrap-pkgconf.sh
@@ -6,14 +6,11 @@ die() {
exit 1
}
-# Also works with bmake, doesn't works with pdpmake
-command -v make || die "Run /bootstrap-make.sh"
-
tar xof /pkgconf-*.tar.gz
cd ./pkgconf-*/
export LD="tcc"
-export MAKE="make"
+export MAKE="pdpmake"
./configure --prefix=/usr --disable-nls --disable-dependency-tracking
$MAKE clean
$MAKE ARFLAGS='-r'
diff --git a/build-extras.sh b/build-extras.sh
@@ -5,11 +5,12 @@ set -ex
/bootstrap-bearssl.sh
+/bootstrap-pkgconf.sh
+
/bootstrap-make.sh
/bootstrap-e2fsprogs.sh # make
/bootstrap-gettext-tiny.sh # make
-/bootstrap-pkgconf.sh # make
/bootstrap-skalibs.sh # make
/bootstrap-tiny-curl.sh # make
/bootstrap-xz.sh # make