]> git.armaanb.net Git - opendoas.git/commitdiff
use wheel group on MacOSX
authorDuncan Overbruck <mail@duncano.de>
Thu, 12 Nov 2020 17:20:34 +0000 (18:20 +0100)
committerDuncan Overbruck <mail@duncano.de>
Thu, 12 Nov 2020 21:29:09 +0000 (22:29 +0100)
configure

index f8d351b46a405d854a75e917f498e2032e9f4168..f5f3f47309d78f1c7641f3aedcf62fe2f8cc4669 100755 (executable)
--- a/configure
+++ b/configure
@@ -119,6 +119,9 @@ case "$OS" in
                printf 'LDFLAGS  +=     -lutil\n' >>$CONFIG_MK
                : ${BINGRP:=wheel}
                ;;
                printf 'LDFLAGS  +=     -lutil\n' >>$CONFIG_MK
                : ${BINGRP:=wheel}
                ;;
+       darwin)
+               : ${BINGRP:=wheel}
+               ;;
 esac
 
 : ${PREFIX:=/usr/local}
 esac
 
 : ${PREFIX:=/usr/local}