mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix-gnutls): align guile-gnutls build flags and pin GNUTLS extension dir during guix configure
This commit is contained in:
parent
3f01d14c80
commit
451fdc63ca
2 changed files with 20 additions and 12 deletions
|
|
@ -100,6 +100,7 @@ src_configure() {
|
|||
GUILE_SYSTEM_PATH="${guile_site_path}" \
|
||||
GUILE_SYSTEM_COMPILED_PATH="${guile_site_ccache}:${guile_core_ccache}" \
|
||||
GUILE_EXTENSIONS_PATH="${guile_ext_path}" \
|
||||
GNUTLS_GUILE_EXTENSION_DIR="${guile_ext_path}" \
|
||||
GUILE_CFLAGS="${guile_cflags}" \
|
||||
GUILE_LIBS="${guile_libs}" \
|
||||
./configure \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue