mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
git: Fix build when curl is compiled with zstd.
This commit is contained in:
parent
66b4e68212
commit
165d755e33
@ -23,7 +23,7 @@ EOF
|
||||
ac_cv_snprintf_returns_bogus=no \
|
||||
ac_cv_fread_reads_directories=yes
|
||||
|
||||
make LIBS='-lcurl -lssl -lcrypto libgit.a xdiff/lib.a -lz'
|
||||
make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz"
|
||||
make DESTDIR="$1" install
|
||||
|
||||
cp -rf man "$1/usr/share/man"
|
||||
|
Loading…
Reference in New Issue
Block a user