mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
common/build-helper/rust.sh: link to libgit2 and libsqlite3 dynamically
libgit2 upstream:59a81cac9a
libsqlite3 upstream:b4604f2421
This commit is contained in:
parent
612e8d1e6f
commit
d69cddbbc4
1 changed files with 6 additions and 0 deletions
|
@ -61,3 +61,9 @@ export ZSTD_SYS_USE_PKG_CONFIG=1
|
||||||
|
|
||||||
# onig-sys
|
# onig-sys
|
||||||
export RUSTONIG_SYSTEM_LIBONIG=1
|
export RUSTONIG_SYSTEM_LIBONIG=1
|
||||||
|
|
||||||
|
# libsqlite3-sys
|
||||||
|
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
|
||||||
|
|
||||||
|
# libgit2-sys
|
||||||
|
export LIBGIT2_NO_VENDOR=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue