From 265dda771554b3f2cbd0c48650eeb61b9b7aaf98 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 2 Jun 2022 08:25:49 +0200 Subject: [PATCH] configure: use AC_DISABLE_STATIC (for topology modules) Fixes: https://github.com/alsa-project/alsa-utils/issues/152 Signed-off-by: Jaroslav Kysela --- configure.ac | 1 + topology/nhlt/Makefile.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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@