summaryrefslogtreecommitdiff
path: root/databases/openldap-smbk5pwd
diff options
context:
space:
mode:
authormanu <manu>2012-09-28 12:28:53 +0000
committermanu <manu>2012-09-28 12:28:53 +0000
commitada4f48a52e2fdc1c23804e419fc642896e4966f (patch)
treed1a2ac54a0b25bbea94735174e00b7120110d25a /databases/openldap-smbk5pwd
parent343b7969c4898fac125b7a05cfa038455ebadcd8 (diff)
downloadpkgsrc-ada4f48a52e2fdc1c23804e419fc642896e4966f.tar.gz
- fix openldap-smbk5pwd so that it links with -ldes on NetBSD
(otherwise Undefined PLT symbol "des_set_odd_parity") - make sure OpenLDAP links with pkgsrc's libfetch as base libfetch may be linked with a different OpenSSL than OpenLDAP.
Diffstat (limited to 'databases/openldap-smbk5pwd')
-rw-r--r--databases/openldap-smbk5pwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile
index 9a7c88dda5b..15430b7119c 100644
--- a/databases/openldap-smbk5pwd/Makefile
+++ b/databases/openldap-smbk5pwd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/03/08 05:01:03 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2012/09/28 12:28:53 manu Exp $
PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/}
COMMENT= Samba and Kerberos password sync for OpenLDAP
@@ -35,7 +35,7 @@ LIBS+= -lkrb5 -lkadm5srv
CPPFLAGS+= -DDO_SAMBA
.endif
-MAKE_ENV+= LIBS=${LIBS:M*:Q}
+MAKE_ENV+= EXTRA_LIBS=${LIBS:M*:Q}
.include "../../databases/openldap/Makefile.common"
.include "../../databases/openldap-client/buildlink3.mk"