From: Jaroslav Kysela Date: Thu, 2 Jun 2022 06:25:49 +0000 (+0200) Subject: configure: use AC_DISABLE_STATIC (for topology modules) X-Git-Tag: v1.2.8~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=265dda771554b3f2cbd0c48650eeb61b9b7aaf98;p=alsa-utils.git configure: use AC_DISABLE_STATIC (for topology modules) Fixes: https://github.com/alsa-project/alsa-utils/issues/152 Signed-off-by: Jaroslav Kysela --- diff --git a/configure.ac b/configure.ac index 9f702ba..398b8e4 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AC_PROG_INSTALL AC_PROG_MKDIR_P AC_PROG_LN_S AC_PROG_SED +AC_DISABLE_STATIC AM_PROG_LIBTOOL PKG_PROG_PKG_CONFIG AM_PATH_ALSA(1.2.5) diff --git a/topology/nhlt/Makefile.am b/topology/nhlt/Makefile.am index c6f8438..1b68382 100644 --- a/topology/nhlt/Makefile.am +++ b/topology/nhlt/Makefile.am @@ -26,5 +26,4 @@ noinst_HEADERS = nhlt.h \ intel/ssp/ssp-process.h \ intel/ssp/ssp-internal.h -libalsatplg_module_nhlt_la_LDFLAGS = -shared $(AM_LDFLAGS) libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@