From: Duncan Overbruck Date: Thu, 12 Nov 2020 17:20:34 +0000 (+0100) Subject: use wheel group on MacOSX X-Git-Tag: v6.8~9 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=378157c652e44f521578b79867a76902e0a22cf6 use wheel group on MacOSX --- diff --git a/configure b/configure index f8d351b..f5f3f47 100755 --- a/configure +++ b/configure @@ -119,6 +119,9 @@ case "$OS" in printf 'LDFLAGS += -lutil\n' >>$CONFIG_MK : ${BINGRP:=wheel} ;; + darwin) + : ${BINGRP:=wheel} + ;; esac : ${PREFIX:=/usr/local}