mirror of https://github.com/BOINC/boinc.git
Fix detection for curl. Switch to new way.
This commit is contained in:
parent
5ba6701024
commit
16f7baf168
|
@ -13,6 +13,5 @@ export VCPKG_DIR="$VCPKG_ROOT/installed/x64-linux"
|
||||||
|
|
||||||
linux/update_vcpkg.sh
|
linux/update_vcpkg.sh
|
||||||
|
|
||||||
chmod +x "$VCPKG_DIR/share/curl/curl-config"
|
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
|
||||||
export _libcurl_config="$VCPKG_DIR/share/curl/curl-config"
|
|
||||||
./configure --enable-vcpkg --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --enable-apps --disable-server --disable-client --disable-manager
|
./configure --enable-vcpkg --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --enable-apps --disable-server --disable-client --disable-manager
|
||||||
|
|
|
@ -13,6 +13,5 @@ export VCPKG_DIR="$VCPKG_ROOT/installed/x64-linux"
|
||||||
|
|
||||||
linux/update_vcpkg.sh
|
linux/update_vcpkg.sh
|
||||||
|
|
||||||
chmod +x "$VCPKG_DIR/share/curl/curl-config"
|
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
|
||||||
export _libcurl_config="$VCPKG_DIR/share/curl/curl-config"
|
|
||||||
./configure --enable-vcpkg --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --disable-server --disable-client --disable-manager
|
./configure --enable-vcpkg --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --disable-server --disable-client --disable-manager
|
||||||
|
|
Loading…
Reference in New Issue