--with-noexec takes an optional PATH argument.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1114,7 +1114,7 @@ Optional Packages:
|
|||||||
both]
|
both]
|
||||||
--with-tags[=TAGS]
|
--with-tags[=TAGS]
|
||||||
include additional configurations [automatic]
|
include additional configurations [automatic]
|
||||||
--with-noexec fully qualified pathname of sudo_noexec.so
|
--with-noexec=PATH fully qualified pathname of sudo_noexec.so
|
||||||
|
|
||||||
Some influential environment variables:
|
Some influential environment variables:
|
||||||
CC C compiler command
|
CC C compiler command
|
||||||
|
@@ -1172,7 +1172,7 @@ else
|
|||||||
eval _shrext="$shrext"
|
eval _shrext="$shrext"
|
||||||
fi
|
fi
|
||||||
AC_MSG_CHECKING(path to sudo_noexec.so)
|
AC_MSG_CHECKING(path to sudo_noexec.so)
|
||||||
AC_ARG_WITH(noexec, [ --with-noexec fully qualified pathname of sudo_noexec.so],
|
AC_ARG_WITH(noexec, [ --with-noexec[=PATH] fully qualified pathname of sudo_noexec.so],
|
||||||
[case $with_noexec in
|
[case $with_noexec in
|
||||||
yes) with_noexec="$libexecdir/sudo_noexec$_shrext"
|
yes) with_noexec="$libexecdir/sudo_noexec$_shrext"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user