Revision: 25219
http://sourceforge.net/p/gar/code/25219
Author: janholzh
Date: 2015-08-26 14:01:12 +0000 (Wed, 26 Aug 2015)
Log Message:
-----------
apr-util/trunk: fix openldap problem
Modified Paths:
--------------
csw/mgar/pkg/apr-util/trunk/Makefile
Modified: csw/mgar/pkg/apr-util/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apr-util/trunk/Makefile 2015-08-25 09:11:57 UTC (rev
25218)
+++ csw/mgar/pkg/apr-util/trunk/Makefile 2015-08-26 14:01:12 UTC (rev
25219)
@@ -103,6 +103,8 @@
CONFIGURE_ARGS += --with-dbm=db48
CONFIGURE_ARGS +=
--with-berkeley-db=$(prefix)/bdb48/include:$(prefix)/bdb48/lib/$(MM_LIBDIR)
CONFIGURE_ARGS += --with-ldap
+# needed otherwise apr thinks it's solaris ldap and not openldap but still
links
+CONFIGURE_ARGS += --with-ldap-include=/opt/csw/include
CONFIGURE_ARGS += --without-sqlite2
CONFIGURE_ARGS += --with-sqlite3=$(prefix)
# Enabling Oracle takes some more with the current instantclient layout
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.