diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-23 10:22:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-23 10:23:17 +0000 |
commit | afcaedf7ca6789dd57de4ea93ce99defc79ffea6 (patch) | |
tree | 8463259659b6aa133a81c7e40a3f89606363891a /main/sudo/libcrypt.patch | |
parent | c7bbdca2a256fe6abded086bf4e27338f78f67f9 (diff) | |
download | aports-afcaedf7ca6789dd57de4ea93ce99defc79ffea6.tar.bz2 aports-afcaedf7ca6789dd57de4ea93ce99defc79ffea6.tar.xz |
main/sudo: upgrade to 1.8.9_p4
Diffstat (limited to 'main/sudo/libcrypt.patch')
-rw-r--r-- | main/sudo/libcrypt.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/sudo/libcrypt.patch b/main/sudo/libcrypt.patch index 0bab038632..f99b781c21 100644 --- a/main/sudo/libcrypt.patch +++ b/main/sudo/libcrypt.patch @@ -1,11 +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 +@@ -49,7 +49,7 @@ + LT_LIBS = $(top_builddir)/common/libsudo_util.la $(LIBOBJDIR)libreplace.la + LIBS = $(LT_LIBS) @LIBINTL@ 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 +-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 REPLAY_LIBS = @REPLAY_LIBS@ @ZLIB@ # C preprocessor flags |