Skip to content

Commit

Permalink
Fix build after vcpkg update
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Feb 6, 2025
1 parent bb7205e commit 0d4ce2d
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/build_boinc_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/



Expand Down
1 change: 1 addition & 0 deletions android/build_boinc_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/


export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_boinc_armv6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=arm-linux-androideabi-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_boinc_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=i686-linux-android16-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_boinc_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/


export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_example_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR --enable-apps-vcpkg"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export ANDROID="yes"
export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_example_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR --enable-apps-vcpkg"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export ANDROID="yes"
export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_example_armv6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR --enable-apps-vcpkg"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export ANDROID="yes"
export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_example_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR --enable-apps-vcpkg"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export ANDROID="yes"
export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_example_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR --enable-apps-vcpkg"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export ANDROID="yes"
export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions android/build_libraries_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=armv7a-linux-androideabi16-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_libraries_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=aarch64-linux-android21-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_libraries_armv6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=arm-linux-androideabi-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_libraries_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=i686-linux-android16-clang
Expand Down
1 change: 1 addition & 0 deletions android/build_libraries_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONFIG_LDFLAGS=""
CONFIG_LDFLAGS="-L$VCPKG_DIR/lib"
CONFIG_FLAGS="--with-ssl=$VCPKG_DIR --with-libcurl=$VCPKG_DIR"
export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

export PATH="$TCBINARIES:$TCINCLUDES/bin:$PATH"
export CC=x86_64-linux-android21-clang
Expand Down
2 changes: 2 additions & 0 deletions linux/ci_configure_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ export VCPKG_DIR="$VCPKG_ROOT/installed/x64-linux"
linux/update_vcpkg_client.sh

export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/

./configure --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --disable-server --enable-client --disable-manager $exec_prefix
1 change: 1 addition & 0 deletions wasm/ci_configure_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ if [ "debug" == "$1" ]; then
fi

export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc"
export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/
emconfigure ./configure $debug_flags --enable-wasm --with-libcurl=$VCPKG_DIR --with-ssl=$VCPKG_DIR --disable-server --enable-client --disable-manager

0 comments on commit 0d4ce2d

Please sign in to comment.