pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/openldap-client



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Aug 31 12:45:10 UTC 2021

Modified Files:
        pkgsrc/databases/openldap-client: buildlink3.mk

Log Message:
openldap-client: Fix older software that hardcodes libldap_r.

This library was merged into the libldap and removed in the recent release.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/openldap-client/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/openldap-client/buildlink3.mk
diff -u pkgsrc/databases/openldap-client/buildlink3.mk:1.21 pkgsrc/databases/openldap-client/buildlink3.mk:1.22
--- pkgsrc/databases/openldap-client/buildlink3.mk:1.21 Mon Jun 14 09:04:23 2021
+++ pkgsrc/databases/openldap-client/buildlink3.mk      Tue Aug 31 12:45:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2021/06/14 09:04:23 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2021/08/31 12:45:10 jperkin Exp $
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -14,6 +14,9 @@ BUILDLINK_PKGSRCDIR.openldap-client?= ..
 # Export the deprecated API from the openldap-2.2.x releases.
 BUILDLINK_CPPFLAGS.openldap-client+=   -DLDAP_DEPRECATED
 
+# libldap_r was merged into libldap, fix older software that hardcoded it
+BUILDLINK_TRANSFORM+=  l:ldap_r:ldap
+
 CHECK_BUILTIN.openldap-client:=        yes
 .include "../../databases/openldap-client/builtin.mk"
 CHECK_BUILTIN.openldap-client:=        no



Home | Main Index | Thread Index | Old Index