pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap Just added a comment into Makefile ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c83382425b2b
branches: trunk
changeset: 462175:c83382425b2b
user: reed <reed%pkgsrc.org@localhost>
date: Sat Sep 27 13:54:51 2003 +0000
description:
Just added a comment into Makefile as a reminder why PKG_SYSCONFBASE is
used instead of PKG_SYSCONFDIR. The openldap build defines a
ldap_subdir (as /openldap) which is automatically appended (unless
using --without-subdir which also breaks share and libexec). (Okay'd
by wiz.)
diffstat:
databases/openldap/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5a9e2391a003 -r c83382425b2b databases/openldap/Makefile
--- a/databases/openldap/Makefile Sat Sep 27 13:25:39 2003 +0000
+++ b/databases/openldap/Makefile Sat Sep 27 13:54:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2003/09/18 05:37:15 markd Exp $
+# $NetBSD: Makefile,v 1.58 2003/09/27 13:54:51 reed Exp $
DISTNAME= openldap-2.1.22
SVR4_PKGNAME= oldap
@@ -30,6 +30,8 @@
CONFIGURE_ARGS+= --enable-crypt
PKG_SYSCONFSUBDIR= openldap
+# XXX use PKG_SYSCONFBASE without PKG_SYSCONFSUBDIR, because
+# XXX openldap build automatically appends "/openldap"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=/var/openldap
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
Home |
Main Index |
Thread Index |
Old Index