From: Michael Tremer Date: Sun, 11 Nov 2018 18:52:10 +0000 (+0000) Subject: shairport-sync: Explicitely link against soxr X-Git-Tag: v2.21-core126~53 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b7dbcd158d79fdd161818d0bafa29b92008fd5d4 shairport-sync: Explicitely link against soxr Signed-off-by: Michael Tremer --- 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