Skip to content

Commit

Permalink
[BugFix] Fix compile problem
Browse files Browse the repository at this point in the history
Signed-off-by: liuyehcf <[email protected]>
  • Loading branch information
liuyehcf committed May 16, 2024
1 parent 71f1d39 commit 0d47c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ build_curl()
local installprefix=$2

pushd $srcdir &>/dev/null
LIBS="-lcrypto -lssl -ldl" ./configure --prefix=$installprefix --disable-shared --enable-static \
LIBS="-lssl -lcrypto -ldl" ./configure --prefix=$installprefix --disable-shared --enable-static \
--without-librtmp --with-ssl=${installprefix} --without-libidn2 --without-libgsasl --disable-ldap --enable-ipv6 --without-zstd
make -j$PARALLEL
make install
Expand Down

0 comments on commit 0d47c2c

Please sign in to comment.