[csw-devel] SF.net SVN: gar:[11707] csw/mgar/pkg/openldap/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 24 10:48:47 CET 2010


Revision: 11707
          http://gar.svn.sourceforge.net/gar/?rev=11707&view=rev
Author:   dmichelsen
Date:     2010-11-24 09:48:46 +0000 (Wed, 24 Nov 2010)

Log Message:
-----------
openldap: Enable dynamic binding

Modified Paths:
--------------
    csw/mgar/pkg/openldap/trunk/Makefile

Modified: csw/mgar/pkg/openldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openldap/trunk/Makefile	2010-11-24 08:39:02 UTC (rev 11706)
+++ csw/mgar/pkg/openldap/trunk/Makefile	2010-11-24 09:48:46 UTC (rev 11707)
@@ -52,11 +52,13 @@
 SPKG_DESC_CSWoldapdevel  = OpenLDAP development support
 SPKG_DESC_CSWoldaprt     = OpenLDAP runtime libraries
 
-RUNTIME_DEP_PKGS_CSWoldap       = CSWbdb48 CSWlibnet CSWlibtoolrt 
-RUNTIME_DEP_PKGS_CSWoldap      += CSWosslrt CSWsasl CSWtcpwrap CSWunixodbc
-RUNTIME_DEP_PKGS_CSWoldap      += CSWlibicu CSWperl
+RUNTIME_DEP_PKGS_CSWoldap  = CSWbdb48 CSWlibnet CSWlibtoolrt 
+RUNTIME_DEP_PKGS_CSWoldap += CSWosslrt CSWsasl CSWtcpwrap CSWunixodbc
+RUNTIME_DEP_PKGS_CSWoldap += CSWlibicu CSWperl
+RUNTIME_DEP_PKGS_CSWoldap += CSWoldaprt
 RUNTIME_DEP_PKGS_CSWoldapclient = CSWlibnet CSWosslrt CSWsasl 
-RUNTIME_DEP_PKGS_CSWoldaprt     = CSWlibnet CSWosslrt CSWsasl 
+RUNTIME_DEP_PKGS_CSWoldapclient += CSWoldaprt
+RUNTIME_DEP_PKGS_CSWoldaprt = CSWlibnet CSWosslrt CSWsasl 
 
 SPKG_SOURCEURL = http://www.openldap.org
 
@@ -103,6 +105,9 @@
 CONFIGURE_ARGS += --enable-backends=mod
 CONFIGURE_ARGS += --enable-overlays=mod
 
+# Is the absence of this arg causing https://www.opencsw.org/mantis/view.php?id=4468 ?
+CONFIGURE_ARGS += --enable-dynamic
+
 # Disable MySQL Cluster
 CONFIGURE_ARGS += --disable-ndb
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list