aboutsummaryrefslogtreecommitdiffstats
path: root/main/sudo/libcrypt.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-12 10:05:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-12 10:05:44 +0000
commit4e966e28d54d76f899d15b5461e6064699fb8187 (patch)
tree16c9b6ca253e76514ae18d6a9cc3ccaf92219a39 /main/sudo/libcrypt.patch
parent22435e7e345077b38d69f7214f3edc8341fa2e4a (diff)
downloadaports-4e966e28d54d76f899d15b5461e6064699fb8187.tar.bz2
aports-4e966e28d54d76f899d15b5461e6064699fb8187.tar.xz
main/sudo: upgrade to 1.8.11_p2
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@