Skip to content

Commit

Permalink
curl.sh: fix to pass test1013 with libssh [ci skip]
Browse files Browse the repository at this point in the history
We don't run tests yet, but let's fix this anyway.
  • Loading branch information
vszakats committed Apr 13, 2024
1 parent 5c09843 commit 5176e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ _VER="$1"
# to defeat CMake's wisdom.
options+=' -DCURL_USE_LIBSSH=OFF'
options+=' -DCURL_USE_LIBSSH2=OFF'
CPPFLAGS+=' -DUSE_LIBSSH'
options+=' -DUSE_LIBSSH=ON'
CPPFLAGS+=' -DLIBSSH_STATIC'
CPPFLAGS+=" -I${_TOP}/libssh/${_PPS}/include"
LDFLAGS+=" -L${_TOP}/libssh/${_PPS}/lib"
Expand Down

0 comments on commit 5176e8e

Please sign in to comment.