[sudo-workers] [PATCH] pass _PATH_SUDO_PLUGIN_DIR via CPPFLAGS/Makefile so we can get multiple expansion of variables (rather than the current single expansion with `eval` that does not always work)

Todd C. Miller Todd.Miller at courtesan.com
Tue Nov 22 13:38:07 EST 2011


On Wed, 16 Nov 2011 10:55:31 EST, Mike Frysinger wrote:

> pass _PATH_SUDO_PLUGIN_DIR via CPPFLAGS/Makefile so we can get multiple expan
> sion of variables (rather than the current single expansion with `eval` that 
> does not always work)

Can you give an example of what did not work for you?  I'd prefer
to have _PATH_SUDO_PLUGIN_DIR defined in pathnames.h and not on the
command line (which is crowded enough as it is).  If it is just a
matter of calling eval multiple times that is not a big deal.

 - todd



More information about the sudo-workers mailing list