mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
fix(guile-gnutls): force CROSS_COMPILING_VARIABLE in make to prevent GUILEC load-extension segfault
This commit is contained in:
parent
a05880ecb5
commit
5d63dc3c5e
2 changed files with 4 additions and 88 deletions
|
|
@ -27,9 +27,11 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
make "${MAKEJOBS}" -f Makefile PREFIX="${PREFIX}" \
|
||||
CROSS_COMPILING_VARIABLE="GNUTLS_GUILE_CROSS_COMPILING=yes"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
make -f Makefile install PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" \
|
||||
CROSS_COMPILING_VARIABLE="GNUTLS_GUILE_CROSS_COMPILING=yes"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue