diff options
author | minskim <minskim@pkgsrc.org> | 2007-07-09 04:27:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-07-09 04:27:55 +0000 |
commit | 72dbbfe3056e82515755eb88e9fd88f9102a9a7b (patch) | |
tree | 7beeeee385c328d02df8c9631d152d07df6813e3 /security/PAM | |
parent | 39cd92b47062f58b9bd592cdd66fbac34e28a5e1 (diff) | |
download | pkgsrc-72dbbfe3056e82515755eb88e9fd88f9102a9a7b.tar.gz |
Fix configure options when the librack option is given.
This fixes the second problem in PR 36617.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index dcb01fdb29d..597b6caf326 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -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 @@ PKG_SUPPORTED_OPTIONS= libcrack ### .if !empty(PKG_OPTIONS:Mlibcrack) . include "../../security/libcrack/buildlink3.mk" -CONFIGURE_ARGS+= --enable-crack PLIST_SUBST+= USE_LIBCRACK= .else CONFIGURE_ARGS+= --disable-crack |