mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(guile): build shared libgit2 for guile-git runtime loading
This commit is contained in:
parent
bbe809905a
commit
442e3a2109
2 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ src_configure() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||
-DCMAKE_INSTALL_LIBDIR="${LIBDIR}" \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TESTS=OFF \
|
||||
-DBUILD_CLI=OFF \
|
||||
-DBUILD_EXAMPLES=OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue