mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Add dragonfly
This commit is contained in:
parent
d281ff77e2
commit
1ddff11130
10
configure
vendored
10
configure
vendored
@ -11324,6 +11324,16 @@ done
|
|||||||
: ${with_logincap='maybe'}
|
: ${with_logincap='maybe'}
|
||||||
: ${with_pam='maybe'}
|
: ${with_pam='maybe'}
|
||||||
;;
|
;;
|
||||||
|
*-*-dragonfly*)
|
||||||
|
if test "$with_skey" = "yes"; then
|
||||||
|
SUDO_LIBS="${SUDO_LIBS} -lmd"
|
||||||
|
fi
|
||||||
|
if test "$CHECKSHADOW" = "true"; then
|
||||||
|
CHECKSHADOW="false"
|
||||||
|
fi
|
||||||
|
: ${with_pam='yes'}
|
||||||
|
: ${with_logincap='yes'}
|
||||||
|
;;
|
||||||
*-*-*bsd*)
|
*-*-*bsd*)
|
||||||
if test "$CHECKSHADOW" = "true"; then
|
if test "$CHECKSHADOW" = "true"; then
|
||||||
CHECKSHADOW="false"
|
CHECKSHADOW="false"
|
||||||
|
10
configure.in
10
configure.in
@ -1540,6 +1540,16 @@ case "$host" in
|
|||||||
dnl future versions of NetBSD (> 2.0) may include pam
|
dnl future versions of NetBSD (> 2.0) may include pam
|
||||||
: ${with_pam='maybe'}
|
: ${with_pam='maybe'}
|
||||||
;;
|
;;
|
||||||
|
*-*-dragonfly*)
|
||||||
|
if test "$with_skey" = "yes"; then
|
||||||
|
SUDO_LIBS="${SUDO_LIBS} -lmd"
|
||||||
|
fi
|
||||||
|
if test "$CHECKSHADOW" = "true"; then
|
||||||
|
CHECKSHADOW="false"
|
||||||
|
fi
|
||||||
|
: ${with_pam='yes'}
|
||||||
|
: ${with_logincap='yes'}
|
||||||
|
;;
|
||||||
*-*-*bsd*)
|
*-*-*bsd*)
|
||||||
if test "$CHECKSHADOW" = "true"; then
|
if test "$CHECKSHADOW" = "true"; then
|
||||||
CHECKSHADOW="false"
|
CHECKSHADOW="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user