pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/PAM Fix configure options when the librack op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df71d243cd7f
branches:  trunk
changeset: 530789:df71d243cd7f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 09 04:27:55 2007 +0000

description:
Fix configure options when the librack option is given.
This fixes the second problem in PR 36617.

diffstat:

 security/PAM/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d50c648f90a8 -r df71d243cd7f security/PAM/Makefile
--- a/security/PAM/Makefile     Mon Jul 09 03:51:33 2007 +0000
+++ b/security/PAM/Makefile     Mon Jul 09 04:27:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/10/10 03:20:48 ben Exp $
+# $NetBSD: Makefile,v 1.42 2007/07/09 04:27:55 minskim Exp $
 #
 
 DISTNAME=      Linux-PAM-0.77
@@ -49,7 +49,6 @@
 ###
 .if !empty(PKG_OPTIONS:Mlibcrack)
 .  include "../../security/libcrack/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-crack
 PLIST_SUBST+=          USE_LIBCRACK=
 .else
 CONFIGURE_ARGS+=       --disable-crack



Home | Main Index | Thread Index | Old Index