On Wed, Aug 24, 2005, Doug Summers wrote:
> The sudo.spec file needs to be updated to show the full path to the
> noexec library instead of the directory where it exists:
>
> CURRENT
> --with-noexec=%{l_prefix}/libexec/sudo \
>
> CORRECTED
> --with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \
The sudo.spec file needs to be updated to show the full path to the
noexec library instead of the directory where it exists:
CURRENT
--with-noexec=%{l_prefix}/libexec/sudo \
CORRECTED
--with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \
Doug
_