From 2de51001431ffdfa67ef7d65ad1427aaa3b88872 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 15 Jan 2018 18:26:10 +0100 Subject: [PATCH] Enable OSS and use SONAME on FreeBSD. From Tobias Kortkamp , thanks! --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index d4bc494..63292e6 100755 --- a/configure +++ b/configure @@ -80,8 +80,10 @@ case `uname` in -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME' ;; DragonFly|FreeBSD) + oss=yes umidi=yes user=_sndio + so_ldflags="-Wl,-soname=libsndio.so.\${MAJ}.\${MIN}" so_link="libsndio.so" defs='-DHAVE_ARC4RANDOM -DHAVE_ISSETUGID \\\ -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRTONUM \\\