summaryrefslogtreecommitdiff
path: root/databases/openldap-smbk5pwd
diff options
context:
space:
mode:
authordholland <dholland>2012-03-08 05:01:03 +0000
committerdholland <dholland>2012-03-08 05:01:03 +0000
commitd6f099931b85c5a07ea356affad00168b9e176ff (patch)
tree4e1da87cf8ba84d606ffc34549f0a54bb37c9b46 /databases/openldap-smbk5pwd
parent426bc4c1b3a1d3e775650b98e794408818e11a0f (diff)
downloadpkgsrc-d6f099931b85c5a07ea356affad00168b9e176ff.tar.gz
Move the inclusion of openldap-server/options.mk to *before* krb5.bl3.mk.
Otherwise, with non-native kerberos, bdb.buildlink3.mk is included by heimdal's bl3.mk before BDB_ACCEPTED is set, we get the wrong answer out, and the package fails to build. It's a good thing heimdal doesn't also need to set BDB_ACCEPTED I guess...
Diffstat (limited to 'databases/openldap-smbk5pwd')
-rw-r--r--databases/openldap-smbk5pwd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile
index 9383529ae3c..9a7c88dda5b 100644
--- a/databases/openldap-smbk5pwd/Makefile
+++ b/databases/openldap-smbk5pwd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/12/17 10:20:51 adam Exp $
+# $NetBSD: Makefile,v 1.10 2012/03/08 05:01:03 dholland Exp $
PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/}
COMMENT= Samba and Kerberos password sync for OpenLDAP
@@ -24,6 +24,8 @@ do-install:
LIBS+= -ldes
.endif
+.include "../../databases/openldap-server/options.mk"
+
.include "../../mk/krb5.buildlink3.mk"
.if ${KRB5_TYPE} == "heimdal"
@@ -37,5 +39,4 @@ MAKE_ENV+= LIBS=${LIBS:M*:Q}
.include "../../databases/openldap/Makefile.common"
.include "../../databases/openldap-client/buildlink3.mk"
-.include "../../databases/openldap-server/options.mk"
.include "../../mk/bsd.pkg.mk"