Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/modules Add ${DESTDIR}/usr/include/krb5 to CPPFLA...
details: https://anonhg.NetBSD.org/src/rev/152989951f94
branches: trunk
changeset: 580485:152989951f94
user: matt <matt%NetBSD.org@localhost>
date: Mon Apr 25 15:43:34 2005 +0000
description:
Add ${DESTDIR}/usr/include/krb5 to CPPFLAGS so <parse_units.h> can be found.
diffstat:
lib/libpam/modules/pam_krb5/Makefile | 4 +++-
lib/libpam/modules/pam_ksu/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 2a314b5c43f1 -r 152989951f94 lib/libpam/modules/pam_krb5/Makefile
--- a/lib/libpam/modules/pam_krb5/Makefile Mon Apr 25 15:42:46 2005 +0000
+++ b/lib/libpam/modules/pam_krb5/Makefile Mon Apr 25 15:43:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/29 15:04:06 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/25 15:43:34 matt Exp $
# Copyright 2001 FreeBSD, Inc.
# All rights reserved.
#
@@ -29,6 +29,8 @@
SRCS= pam_krb5.c
MAN= pam_krb5.8
+CPPFLAGS+= -I${DESTDIR}/usr/include/krb5
+
LIBDPLIBS= krb5 ${LIB_ROOT_DIR}/libkrb5 \
asn1 ${LIB_ROOT_DIR}/libasn1 \
roken ${LIB_ROOT_DIR}/libroken \
diff -r 2a314b5c43f1 -r 152989951f94 lib/libpam/modules/pam_ksu/Makefile
--- a/lib/libpam/modules/pam_ksu/Makefile Mon Apr 25 15:42:46 2005 +0000
+++ b/lib/libpam/modules/pam_ksu/Makefile Mon Apr 25 15:43:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/29 15:04:06 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/25 15:43:34 matt Exp $
# Copyright 2002 FreeBSD, Inc.
# All rights reserved.
#
@@ -29,6 +29,8 @@
SRCS= pam_ksu.c
MAN= pam_ksu.8
+CPPFLAGS+= -I${DESTDIR}/usr/include/krb5
+
LIBDPLIBS= krb5 ${LIB_ROOT_DIR}/libkrb5 \
asn1 ${LIB_ROOT_DIR}/libasn1 \
roken ${LIB_ROOT_DIR}/libroken \
Home |
Main Index |
Thread Index |
Old Index