From b7dbcd158d79fdd161818d0bafa29b92008fd5d4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 11 Nov 2018 18:52:10 +0000 Subject: [PATCH] shairport-sync: Explicitely link against soxr Signed-off-by: Michael Tremer --- lfs/shairport-sync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/shairport-sync b/lfs/shairport-sync index 60fe4da879..2894c7aed7 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -83,7 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --sysconfdir=/etc \ --with-alsa \ --with-avahi \ - --with-ssl=openssl + --with-ssl=openssl \ + --with-soxr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2