Source-Changes-HG archive

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

[src/trunk]: src/lib/libpam define where the dynamic modules go.



details:   https://anonhg.NetBSD.org/src/rev/2df1b6294e48
branches:  trunk
changeset: 588014:2df1b6294e48
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 05 02:38:25 2006 +0000

description:
define where the dynamic modules go.

diffstat:

 lib/libpam/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed00eb137af0 -r 2df1b6294e48 lib/libpam/Makefile.inc
--- a/lib/libpam/Makefile.inc   Sun Feb 05 02:37:45 2006 +0000
+++ b/lib/libpam/Makefile.inc   Sun Feb 05 02:38:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2005/08/28 07:41:41 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2006/02/05 02:38:25 christos Exp $
 # Copyright 1998 Juniper Networks, Inc.
 # All rights reserved.
 #
@@ -31,6 +31,7 @@
 # Enable the static module macros.
 CPPFLAGS+= -DOPENPAM_STATIC_MODULE
 
+CPPFLAGS+= -DOPENPAM_MODULES_DIR=\"/usr/lib/security\"
 # No debugging
 #CPPFLAGS+= -DDEBUG
 



Home | Main Index | Thread Index | Old Index