mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guile-3.0.11): enable shared libs
This commit is contained in:
parent
132a43d4a6
commit
0a00b29fc6
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ src_configure() {
|
||||||
--prefix="${PREFIX}" \
|
--prefix="${PREFIX}" \
|
||||||
--libdir="${LIBDIR}" \
|
--libdir="${LIBDIR}" \
|
||||||
--build="${TARGET}" \
|
--build="${TARGET}" \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
|
--enable-static \
|
||||||
--disable-jit
|
--disable-jit
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue