Date: Thursday, April 2, 2015 @ 20:51:52 Author: anatolik Revision: 130551
shairport-sync: enable dns_sd support Modified: shairport-sync/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-02 18:47:40 UTC (rev 130550) +++ PKGBUILD 2015-04-02 18:51:52 UTC (rev 130551) @@ -26,7 +26,7 @@ cd shairport-sync-$pkgver autoreconf -i -f - ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr + ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd make }