summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2022-06-02 08:25:49 +0200
committerJaroslav Kysela <perex@perex.cz>2022-06-02 08:25:51 +0200
commit265dda771554b3f2cbd0c48650eeb61b9b7aaf98 (patch)
treebb3daccf194bce60c469ff7b4daa54ca59a7a19d
parent7d934f31425490b27b05eae610a68026e31715e9 (diff)
downloadalsa-utils-265dda771554b3f2cbd0c48650eeb61b9b7aaf98.tar.gz
configure: use AC_DISABLE_STATIC (for topology modules)
Fixes: https://github.com/alsa-project/alsa-utils/issues/152 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--configure.ac1
-rw-r--r--topology/nhlt/Makefile.am1
2 files changed, 1 insertions, 1 deletions
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@