use explicit path to openssl. Reported by Dave Del Debbio. Thanks.
This commit is contained in:
parent
bb0842f01c
commit
6da4224300
2
app/xinit/configure
vendored
2
app/xinit/configure
vendored
@ -4779,7 +4779,7 @@ test -n "$MCOOKIE" || MCOOKIE="$MCOOKIE"
|
||||
|
||||
case $host_os in
|
||||
*openbsd*)
|
||||
MCOOKIE='openssl rand -hex 16'
|
||||
MCOOKIE='/usr/sbin/openssl rand -hex 16'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -120,7 +120,7 @@ AC_PATH_PROGS(MCOOKIE, [mcookie], [$MCOOKIE],
|
||||
|
||||
case $host_os in
|
||||
*openbsd*)
|
||||
MCOOKIE='openssl rand -hex 16'
|
||||
MCOOKIE='/usr/sbin/openssl rand -hex 16'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user