blob: b8c0b5419ff303c36ea293b3683526d95e7f9c9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2003/05/01 09:40:01 jmmv Exp $
--- directory/c-sdk/ldap/libraries/libldap/Makefile.client.orig 1998-12-31 12:28:21.000000000 +0100
+++ directory/c-sdk/ldap/libraries/libldap/Makefile.client
@@ -112,7 +112,7 @@ ETCDIR = $(DIST)/etc
# are installed, set this accordingly (this path gets compiled into a
# few binaries). otherwise, leave it alone.
#
-RUNTIMEETCDIR = $(ETCDIR)
+RUNTIMEETCDIR = $(PKG_SYSCONFDIR)
#
# To build slapd (the stand-alone ldap daemon), uncomment the MAKESLAPD
|