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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Feb 11 16:58:25 CET 2012


Revision: 17020
          http://gar.svn.sourceforge.net/gar/?rev=17020&view=rev
Author:   dmichelsen
Date:     2012-02-11 15:58:24 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
openldap/trunk: Enable 64 bit SASL, add build dependencies

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

Modified: csw/mgar/pkg/openldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openldap/trunk/Makefile	2012-02-11 03:11:54 UTC (rev 17019)
+++ csw/mgar/pkg/openldap/trunk/Makefile	2012-02-11 15:58:24 UTC (rev 17020)
@@ -37,6 +37,15 @@
 
 LICENSE = COPYRIGHT
 
+BUILD_DEP_PKGS += CSWbdb48devel
+BUILD_DEP_PKGS += CSWlibicu-dev
+BUILD_DEP_PKGS += CSWlibtool
+BUILD_DEP_PKGS += CSWunixodbc-dev
+BUILD_DEP_PKGS += CSWsasl-dev
+BUILD_DEP_PKGS += CSWlibssl-dev
+BUILD_DEP_PKGS += CSWlibwrap-dev
+BUILD_DEP_PKGS += CSWperl
+
 PACKAGES += CSWopenldap
 SPKG_DESC_CSWopenldap = OpenLDAP server for Lightweight Directory Access Protocol
 # PKGFILES is catchall
@@ -153,6 +162,8 @@
 CONFIGURE_ARGS += --enable-wrappers
 CONFIGURE_ARGS += --enable-backends=mod
 CONFIGURE_ARGS += --enable-overlays=mod
+CONFIGURE_ARGS += --enable-spasswd
+CONFIGURE_ARGS += --with-cyrus-sasl
 
 # Is the absence of this arg causing https://www.opencsw.org/mantis/view.php?id=4468 ?
 CONFIGURE_ARGS += --enable-dynamic
@@ -166,13 +177,6 @@
 CONFIGURE_ARGS += ac_cv_lib_net_main=no
 CONFIGURE_ARGS += ac_cv_lib_net_socket=no
 
-# spasswd requires Cyrus SASL
-CONFIGURE_ARGS_32 += --enable-spasswd
-
-# Disable Cyrus SASL in 64 bit until the libraries are available
-#   <http://opencsw.org/mantis/view.php?id=3749>
-CONFIGURE_ARGS_64 += --without-cyrus-sasl
-
 # We have Perl only for 32 bit:
 #   <http://opencsw.org/mantis/view.php?id=4484>
 CONFIGURE_ARGS_32 += --enable-perl=mod

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