From: Todd C. Miller Date: Tue, 8 Nov 2011 13:38:21 +0000 (-0500) Subject: Mark libexec files as optional. If we build without shared object X-Git-Tag: SUDO_1_8_4~162^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7722a54464ace3f9674f372f42189640638c7d;p=sudo Mark libexec files as optional. If we build without shared object support, libexec is not used. --- diff --git a/sudo.pp b/sudo.pp index 77daeb5fb..7a1672d2b 100644 --- a/sudo.pp +++ b/sudo.pp @@ -182,7 +182,7 @@ still allow people to get their work done." $sbindir/visudo 0111 $bindir/sudoreplay 0111 $includedir/sudo_plugin.h - $libexecdir/* + $libexecdir/* optional $sudoersdir/sudoers.d/ 0750 $sudoers_uid:$sudoers_gid $timedir/ 0700 root: $docdir/