pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh The buildlink3.mk file for the Kerber...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce771c856d21
branches:  trunk
changeset: 474384:ce771c856d21
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 28 05:26:39 2004 +0000

description:
The buildlink3.mk file for the Kerberos 5 implementation used will
automatically pass the correct -I flags to the compiler.

diffstat:

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

diffs (17 lines):

diff -r 7674b1fc5101 -r ce771c856d21 security/openssh/Makefile
--- a/security/openssh/Makefile Wed Apr 28 05:25:54 2004 +0000
+++ b/security/openssh/Makefile Wed Apr 28 05:26:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $
+# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $
 
 DISTNAME=              openssh-3.8p1
 PKGNAME=               openssh-3.8.1
@@ -91,7 +91,6 @@
 .if defined(KERBEROS)
 .  include "../../mk/krb5.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-kerberos5=${KRB5BASE}
-CPPFLAGS+=             -I${KRB5BASE}/include/krb5
 .endif
 
 .if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h)



Home | Main Index | Thread Index | Old Index