mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guile): validate guile-gcrypt before guix configure, fix
This commit is contained in:
parent
442e3a2109
commit
079b6fddac
3 changed files with 37 additions and 4 deletions
|
|
@ -14,6 +14,8 @@ src_configure() {
|
|||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--includedir="${PREFIX}/include" \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue