mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
fix(guix-runtime): pin guile/gnutls runtime search paths and drop static link flags in guile-gnutls build
This commit is contained in:
parent
bd208bf124
commit
3f01d14c80
2 changed files with 16 additions and 3 deletions
|
|
@ -11,12 +11,13 @@ src_configure() {
|
|||
pkg_config_path="${LIBDIR}/pkgconfig"
|
||||
|
||||
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||
PKG_CONFIG="/usr/bin/pkg-config" \
|
||||
PKG_CONFIG_LIBDIR="${pkg_config_path}" \
|
||||
PKG_CONFIG_PATH="${pkg_config_path}" \
|
||||
LD_LIBRARY_PATH="${LIBDIR}:${LD_LIBRARY_PATH}" \
|
||||
LIBS="$(pkg-config --static --libs guile-3.0)" \
|
||||
GUILE_LIBS="$(pkg-config --static --libs guile-3.0)" \
|
||||
GNUTLS_LIBS="$(pkg-config --static --libs gnutls)" \
|
||||
LIBS="$(pkg-config --libs guile-3.0)" \
|
||||
GUILE_LIBS="$(pkg-config --libs guile-3.0)" \
|
||||
GNUTLS_LIBS="$(pkg-config --libs gnutls)" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue