]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update FREEBSD.md
authorMike Brady <mikebradydublin@icloud.com>
Wed, 19 Feb 2020 10:44:14 +0000 (10:44 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 10:44:14 +0000 (10:44 +0000)
FREEBSD.md

index 63e5768559ff9f1dfdf3bbe65135ea78cac99754..057a96f2ccb971469b0578bb3f54e131bf8cfe34 100644 (file)
@@ -60,7 +60,7 @@ Next, configure the build and compile it:
 
 ```
 $ autoreconf -i -f
-./configure  --with-avahi --with-ssl=openssl  --with-sndio --with-libdaemon --with-os=freebsd --with-freebsd-service
+./configure  --with-libdaemon --with-avahi --with-ssl=openssl  --with-sndio --with-libdaemon --with-os=freebsd --with-freebsd-service
 $ make
 ```
 Add `--with-alsa` if you wish 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.