From 63b794991b996569e05684c3edc46c51c3e337fe Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 4 Mar 2011 09:54:39 +0000 Subject: main/sudo: upgrade to 1.8.0 and fix the libcrypt error --- main/sudo/libcrypt.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/sudo/libcrypt.patch (limited to 'main/sudo/libcrypt.patch') diff --git a/main/sudo/libcrypt.patch b/main/sudo/libcrypt.patch new file mode 100644 index 0000000000..0bab038632 --- /dev/null +++ b/main/sudo/libcrypt.patch @@ -0,0 +1,11 @@ +--- ./plugins/sudoers/Makefile.in.orig ++++ ./plugins/sudoers/Makefile.in +@@ -45,7 +45,7 @@ + # Libraries + LIBS = $(top_builddir)/common/libcommon.la $(top_builddir)/@ac_config_libobj_dir@/libreplace.la + NET_LIBS = @NET_LIBS@ +-SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ ++SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@ -lcrypt + REPLAY_LIBS = @REPLAY_LIBS@ @ZLIB@ + + # C preprocessor flags -- cgit v1.2.3