Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cy2-anonymous security/cy2-anonymous: fix typ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17272b09acbb
branches:  trunk
changeset: 432600:17272b09acbb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 12:21:48 2020 +0000

description:
security/cy2-anonymous: fix typo in configure option

Even though the option was unknown, the plugin was built because of the
custom BUILD_DIRS and BUILD_TARGET.  That could be considered a hack at
best.

diffstat:

 security/cy2-anonymous/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0f9b34df041 -r 17272b09acbb security/cy2-anonymous/Makefile
--- a/security/cy2-anonymous/Makefile   Sat May 23 12:16:49 2020 +0000
+++ b/security/cy2-anonymous/Makefile   Sat May 23 12:21:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/12/09 21:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/23 12:21:48 rillig Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
 COMMENT=       Cyrus SASL ANONYMOUS authentication plugin
@@ -8,7 +8,7 @@
 
 .include "../../security/cyrus-sasl/Makefile.common"
 
-CONFIGURE_ARGS+=       --enable-anonymous
+CONFIGURE_ARGS+=       --enable-anon
 
 BUILD_DIRS=    plugins
 BUILD_TARGET=  libanonymous.la



Home | Main Index | Thread Index | Old Index