From b4bf3f21ec135b2057a3e20cffbb742bea1ec228 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 2 May 2020 17:54:58 +0200 Subject: [PATCH] Use _sndiop user on OpenBSD to access raw devices --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4b1facf..94829c4 100755 --- a/configure +++ b/configure @@ -76,7 +76,7 @@ case `uname` in OpenBSD) sun=yes rmidi=yes - user=_sndio + user=_sndiop defs='-DHAVE_ARC4RANDOM -DHAVE_ISSETUGID \\\ -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRTONUM \\\ -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME'