common/build-helper/rust.sh: dynamic linking to libpcre2 on musl
This commit is contained in:
parent
8e0931b622
commit
b0b2053e4c
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ export SODIUM_INC_DIR="${XBPS_CROSS_BASE}/usr/lib"
|
|||
|
||||
# openssl-sys
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
|
||||
# pcre2-sys, only necessary for musl targets
|
||||
export PCRE2_SYS_STATIC=0
|
||||
|
|
Loading…
Add table
Reference in a new issue