From 09d75a15640dc1ea5ee87a17d3c2903a6e9fe89a Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 14 May 2022 12:33:08 -0400 Subject: [PATCH] Makefile.am : Simplify the reference to libasound. This was found to be necessary for build on Dell E6430s but seems to work on Powerbook also. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fafdb3b..c34e454 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ if OS_64 endif if cwALSA - AM_LDFLAGS += -Wl,-Bstatic -lasound -Wl,-Bdynamic + AM_LDFLAGS += -lasound # -Wl,-Bstatic -lasound -Wl,-Bdynamic endif endif