mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Merge branch 'git-fix' into 'master'
Fix building git for i586 See merge request redox-os/redox!2050
This commit is contained in:
commit
fe969ada0d
@ -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