aboutsummaryrefslogtreecommitdiffstats
path: root/main/sudo/libcrypt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/sudo/libcrypt.patch')
-rw-r--r--main/sudo/libcrypt.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/sudo/libcrypt.patch b/main/sudo/libcrypt.patch
index f99b781c21..e83b691134 100644
--- a/main/sudo/libcrypt.patch
+++ b/main/sudo/libcrypt.patch
@@ -1,11 +1,11 @@
--- ./plugins/sudoers/Makefile.in.orig
+++ ./plugins/sudoers/Makefile.in
-@@ -49,7 +49,7 @@
- LT_LIBS = $(top_builddir)/common/libsudo_util.la $(LIBOBJDIR)libreplace.la
+@@ -52,7 +52,7 @@
+ LT_LIBS = $(top_builddir)/lib/util/libsudo_util.la
LIBS = $(LT_LIBS) @LIBINTL@
NET_LIBS = @NET_LIBS@
--SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ @LIBDL@
-+SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ @LIBDL@ -lcrypt
+-SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ @LIBMD@
++SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ @LIBMD@ -lcrypt
REPLAY_LIBS = @REPLAY_LIBS@ @ZLIB@
-
- # C preprocessor flags
+ VISUDO_LIBS = $(NET_LIBS) @LIBMD@
+ TESTSUDOERS_LIBS = $(NET_LIBS) @LIBMD@