mu: ensure we build with --enabled-shared for guile
We need a dynamic object.
This commit is contained in:
@ -31,4 +31,4 @@ else
|
||||
echo "# Configure with parameters $*"
|
||||
fi
|
||||
|
||||
./configure --config-cache $@
|
||||
./configure --config-cache --enable-shared --disable-static $@
|
||||
|
||||
@ -45,7 +45,8 @@ libguile_mu_la_LIBADD= \
|
||||
${GUILE_LIBS}
|
||||
|
||||
libguile_mu_la_LDFLAGS= \
|
||||
$(ASAN_LDFLAGS)
|
||||
$(ASAN_LDFLAGS) \
|
||||
-shared \
|
||||
-export-dynamic
|
||||
|
||||
XFILES= \
|
||||
|
||||
Reference in New Issue
Block a user