diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-04 15:20:00 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-04 15:20:00 +0000 |
commit | a2becfdac50e2b5bb7405470652ddd6a421ef3a2 (patch) | |
tree | bb8a8d54440a0de8d98ea5284d9f7a75feb5ada3 /dns | |
parent | 9bfa1aa2901946baf97fd0e483d1057159305938 (diff) | |
download | ports-a2becfdac50e2b5bb7405470652ddd6a421ef3a2.tar.gz ports-a2becfdac50e2b5bb7405470652ddd6a421ef3a2.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-ldap/files/patch-sdb_ldap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-sdb-ldap/files/patch-sdb_ldap b/dns/bind9-sdb-ldap/files/patch-sdb_ldap index 29f7e38f3853..14c7ee47110d 100644 --- a/dns/bind9-sdb-ldap/files/patch-sdb_ldap +++ b/dns/bind9-sdb-ldap/files/patch-sdb_ldap @@ -11,8 +11,8 @@ diff -ruN ../bind-9.3.1.org/bin/named/Makefile.in ./bin/named/Makefile.in -DBDRIVER_LIBS = +DBDRIVER_OBJS = ldapdb.@O@ +DBDRIVER_SRCS = ldapdb.c -+DBDRIVER_INCLUDES = -I/usr/local/include -+DBDRIVER_LIBS = -L/usr/local/lib -lldap -llber ++DBDRIVER_INCLUDES = -I${LOCALBASE}/include ++DBDRIVER_LIBS = -L${LOCALBASE}/lib -lldap -llber CINCLUDES = -I${srcdir}/include -I${srcdir}/unix/include \ ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \ |