mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix building git for i586
This commit is contained in:
parent
585ebfd8cb
commit
40ab44f2b3
@ -28,6 +28,12 @@ MAKEFLAGS=(
|
||||
BLK_SHA1=1
|
||||
V=1
|
||||
)
|
||||
|
||||
if [ "${COOKBOOK_DYNAMIC}" != "1" ]; then
|
||||
# git does not use pkgconfig to be aware with zstd
|
||||
MAKEFLAGS+=( EXTLIBS="-lzstd -lnghttp2 -lz" )
|
||||
fi
|
||||
|
||||
export CURL_CONFIG="${COOKBOOK_SYSROOT}/usr/bin/curl-config"
|
||||
./configure \
|
||||
--host="${GNU_TARGET}" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user