From 5be1b801693a9853b26aa6e3389cf91dc548e38c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 18 Mar 2010 12:02:05 -0400 Subject: [PATCH] Hard-code sudoers.so instead of using SUDOERS_PLUGIN since libtool appears to always install a shared object with the .so suffix. --- config.h.in | 3 --- configure | 6 ------ configure.in | 2 -- src/load_plugins.c | 2 +- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/config.h.in b/config.h.in index 01a26bffb..586753a8c 100644 --- a/config.h.in +++ b/config.h.in @@ -25,9 +25,6 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA -/* The name of the sudoers plugin, including extension. */ -#undef SUDOERS_PLUGIN - /* Define to 1 if you want sudo to display "command not allowed" instead of "command not found" when a command cannot be found. */ #undef DONT_LEAK_PATH_INFO diff --git a/configure b/configure index 7db87b307..a154256a1 100755 --- a/configure +++ b/configure @@ -26286,10 +26286,6 @@ _ACEOF eval PLUGINDIR="$with_plugindir" cat >>confdefs.h <>confdefs.h <symbol_name = "sudoers_policy"; - info->path = SUDOERS_PLUGIN; + info->path = "sudoers.so"; info->prev = info; info->next = NULL; tq_append(&pil, info);