pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cy2-gssapi Fix build when using the built-in ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4aee3e08783
branches: trunk
changeset: 480516:d4aee3e08783
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Sep 12 05:07:28 2004 +0000
description:
Fix build when using the built-in Heimdal on NetBSD. Analysis and fix
provided in PR pkg/26678 by Jukka Salmi.
diffstat:
security/cy2-gssapi/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 5d07408b2de0 -r d4aee3e08783 security/cy2-gssapi/Makefile
--- a/security/cy2-gssapi/Makefile Sun Sep 12 05:00:53 2004 +0000
+++ b/security/cy2-gssapi/Makefile Sun Sep 12 05:07:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:14:04 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2004/09/12 05:07:28 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
COMMENT= Cyrus SASL GSSAPI authentication plugin
@@ -8,6 +8,7 @@
.include "../cyrus-sasl2/Makefile.common"
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE}
CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
@@ -16,6 +17,7 @@
BUILD_DIRS= ${WRKSRC}/plugins
ALL_TARGET= libgssapiv2.la
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
do-install:
Home |
Main Index |
Thread Index |
Old Index