mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Fix sudo when --disable-shared configure option was specified.
This commit is contained in:
parent
4e1e76a4b1
commit
fb2b6e59fb
@ -3457,6 +3457,7 @@ case "$lt_cv_dlopen" in
|
|||||||
AC_MSG_ERROR(["dlopen present but libtool doesn't appear to support your platform."])
|
AC_MSG_ERROR(["dlopen present but libtool doesn't appear to support your platform."])
|
||||||
fi
|
fi
|
||||||
# Preload sudoers module symbols
|
# Preload sudoers module symbols
|
||||||
|
AC_DEFINE(STATIC_SUDOERS_PLUGIN)
|
||||||
SUDO_OBJS="${SUDO_OBJS} preload.o"
|
SUDO_OBJS="${SUDO_OBJS} preload.o"
|
||||||
STATIC_SUDOERS="\$(top_builddir)/plugins/sudoers/sudoers.la"
|
STATIC_SUDOERS="\$(top_builddir)/plugins/sudoers/sudoers.la"
|
||||||
LT_STATIC=""
|
LT_STATIC=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user