From 610068d48a9db8c5b269bc1725b7bacb28e21585 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 8 Nov 2011 08:37:38 -0500 Subject: [PATCH] Mark libexec files as optional. If there is no support for noexec, sudo will not build sudo_noexec.so. Fixes a packaging problem on AIX 4.3 --HG-- branch : 1.7 --- sudo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.pp b/sudo.pp index e9d9b8623..d384d1375 100644 --- a/sudo.pp +++ b/sudo.pp @@ -181,7 +181,7 @@ still allow people to get their work done." $bindir/sudoedit 4111 root: $sbindir/visudo 0111 $bindir/sudoreplay 0111 - $libexecdir/* + $libexecdir/* optional $sudoersdir/sudoers.d/ 0750 $sudoers_uid:$sudoers_gid $timedir/ 0700 root: $docdir/ -- 2.40.0