common/build-helper/rust.sh: force native SSL lib
The OPENSSL_NO_VENDOR environment variable forces the openssl-sys crate to use the system's SSL library instead of building its own.
This commit is contained in:
parent
c1f3a38927
commit
46ab04b8d1
1 changed files with 3 additions and 0 deletions
|
@ -35,3 +35,6 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1
|
|||
# sodium-sys
|
||||
export SODIUM_LIB_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||
export SODIUM_INC_DIR="${XBPS_CROSS_BASE}/usr/lib"
|
||||
|
||||
# openssl-sys
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
|
|
Loading…
Add table
Reference in a new issue