pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/vsftpd vsftpd needs libcrypt on Linux when pam is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7a60034bf4f
branches: trunk
changeset: 536800:f7a60034bf4f
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Dec 22 23:07:37 2007 +0000
description:
vsftpd needs libcrypt on Linux when pam is not used.
Based on the patch provided by Matteo in PR 33801.
diffstat:
net/vsftpd/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 95fe67bb0b27 -r f7a60034bf4f net/vsftpd/options.mk
--- a/net/vsftpd/options.mk Sat Dec 22 22:50:13 2007 +0000
+++ b/net/vsftpd/options.mk Sat Dec 22 23:07:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/01/03 15:54:56 tv Exp $
+# $NetBSD: options.mk,v 1.5 2007/12/22 23:07:37 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vsftpd
PKG_SUPPORTED_OPTIONS= pam ssl tcpwrappers
@@ -24,6 +24,7 @@
SUBST_FILES.pam= builddefs.h
SUBST_SED.pam+= -e 's,define VSF_BUILD_PAM,undef VSF_BUILD_PAM,g'
SUBST_STAGE.pam= pre-configure
+LIBS.Linux= -lcrypt
.endif
.if !empty(PKG_OPTIONS:Mssl)
Home |
Main Index |
Thread Index |
Old Index