mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Build only static libtool libraries in lib-src.
Pass --enable-static=yes --enable-shared=no to all libraries in lib-src.
This commit is contained in:
@@ -59,7 +59,6 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBSOUNDTOUCH], [
|
||||
LIBSOUNDTOUCH_LOCAL_LIBS="libSoundTouch.a"
|
||||
LIBSOUNDTOUCH_LOCAL_CXXFLAGS='-I$(top_srcdir)/lib-src/soundtouch/include'
|
||||
LIBSOUNDTOUCH_LOCAL_CPPSYMBOLS="USE_SOUNDTOUCH"
|
||||
LIBSOUNDTOUCH_LOCAL_CONFIGURE_ARGS="--enable-static=yes --enable-shared=no"
|
||||
AC_MSG_NOTICE([libsoundtouch libraries are available in the local tree])
|
||||
else
|
||||
LIBSOUNDTOUCH_LOCAL_AVAILABLE="no"
|
||||
|
Reference in New Issue
Block a user