fix(guile-3.0.11): enable shared libs

This commit is contained in:
vxtls 2026-03-11 12:11:32 -04:00
parent 132a43d4a6
commit 0a00b29fc6

View file

@ -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