From ce66e8a5cd64d1fabaad8a2b36dd0f8fff77f072 Mon Sep 17 00:00:00 2001 From: Florian Walpen Date: Fri, 16 Apr 2021 16:17:43 +0200 Subject: [PATCH] Local audio/lash: Link with pthread, for jack2. --- audio/lash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/lash/Makefile b/audio/lash/Makefile index bae817a18b9a..2b8efa7155f1 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -27,7 +27,7 @@ LIBS= -luuid INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -pthread OPTIONS_DEFINE= READLINE PYTHON DOCS OPTIONS_DEFAULT=READLINE -- 2.32.0