From: Todd C. Miller Date: Tue, 1 Jul 2014 23:16:12 +0000 (-0600) Subject: Fix sudo when --disable-shared configure option was specified. X-Git-Tag: SUDO_1_8_11^2~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb2b6e59fb46d01c1a5ed770c11fedf7af6fe274;p=sudo Fix sudo when --disable-shared configure option was specified. --- diff --git a/configure.ac b/configure.ac index 1c7ec2731..240e69523 100644 --- a/configure.ac +++ b/configure.ac @@ -3457,6 +3457,7 @@ case "$lt_cv_dlopen" in AC_MSG_ERROR(["dlopen present but libtool doesn't appear to support your platform."]) fi # Preload sudoers module symbols + AC_DEFINE(STATIC_SUDOERS_PLUGIN) SUDO_OBJS="${SUDO_OBJS} preload.o" STATIC_SUDOERS="\$(top_builddir)/plugins/sudoers/sudoers.la" LT_STATIC=""