mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(guile-gnutls): enable shared build to avoid libtool static .la naming failure
This commit is contained in:
parent
ef7127bb83
commit
a05880ecb5
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ src_configure() {
|
|||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}" \
|
||||
--enable-static \
|
||||
--disable-shared
|
||||
--enable-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue