]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
shairport-sync: Explicitely link against soxr
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2018 18:52:10 +0000 (18:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2018 18:52:10 +0000 (18:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/shairport-sync

index 60fe4da879cdd79a46a1c06a7a6538fe70d01402..2894c7aed71382d1dd56589a66cffeb4b682871f 100644 (file)
@@ -83,7 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --sysconfdir=/etc \
                --with-alsa \
                --with-avahi \
                --sysconfdir=/etc \
                --with-alsa \
                --with-avahi \
-               --with-ssl=openssl
+               --with-ssl=openssl \
+               --with-soxr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install