diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-04 09:54:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-04 09:54:39 +0000 |
commit | 63b794991b996569e05684c3edc46c51c3e337fe (patch) | |
tree | d68929e2457b5654051f9ccb06513c48b9c3057c /main/sudo/libcrypt.patch | |
parent | e5bef288023563ed6b85764591d8d5310c1b05cd (diff) | |
download | aports-63b794991b996569e05684c3edc46c51c3e337fe.tar.bz2 aports-63b794991b996569e05684c3edc46c51c3e337fe.tar.xz |
main/sudo: upgrade to 1.8.0 and fix the libcrypt error
Diffstat (limited to 'main/sudo/libcrypt.patch')
-rw-r--r-- | main/sudo/libcrypt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |