manylinux2014-aarch64: Install zlib in sysroot

This commit is contained in:
Mickaël Guérin
2023-01-30 08:26:57 +01:00
parent f152c4b25e
commit 787e0cbc41
5 changed files with 89 additions and 2 deletions

View File

@ -75,6 +75,13 @@ git fetch --tags
# checkout
git checkout ${REV}
if [ ${REV} = "crosstool-ng-1.25.0" ]; then
patch scripts/build/companion_libs/050-zlib.sh -i /dockcross/crosstool-ng-zlib-target.patch
# Clean patch
rm /dockcross/crosstool-ng-zlib-target.patch
fi
# Bootstrap and install the tool.
BOOTSTRAP_PREFIX="${CTNG}/prefix"
./bootstrap