]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update FREEBSD.md
authorMike Brady <mikebrady@eircom.net>
Fri, 5 Apr 2019 14:06:44 +0000 (15:06 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2019 14:06:44 +0000 (15:06 +0100)
FREEBSD.md

index 3449a5c4366db03e4cd1a627e907e76a0cd0b8ac..ee4be1eee47c3930b815f8309de994b7deb471ba 100644 (file)
@@ -60,7 +60,7 @@ Next, configure the build and compile it:
 
 ```
 $ autoreconf -i -f
-./configure  --with-avahi --with-ssl=openssl --with-alsa --with-sndio --with-os=freebsd --with-freebsd-service
+./configure  --with-avahi --with-ssl=openssl --with-alsa --with-sndio --with-libdaemon --with-os=freebsd --with-freebsd-service
 $ make
 ```
 Omit `--with-alsa` if you don't want to include the ALSA back end. Omit the `--with-sndio` if you don't want the `sndio` back end. Omit the `--with-freebsd-service` if you don't want to install a FreeBSD startup script, runtime folder and user and group -- see below for more details.