[CalendarServer-changes] [13437] CalendarServer/trunk/bin/_build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 4 13:32:56 PDT 2014
Revision: 13437
http://trac.calendarserver.org//changeset/13437
Author: wsanchez at apple.com
Date: 2014-05-04 13:32:56 -0700 (Sun, 04 May 2014)
Log Message:
-----------
undo OpenLDAP tweakage
Modified Paths:
--------------
CalendarServer/trunk/bin/_build.sh
Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh 2014-05-04 20:13:05 UTC (rev 13436)
+++ CalendarServer/trunk/bin/_build.sh 2014-05-04 20:32:56 UTC (rev 13437)
@@ -481,14 +481,10 @@
local n="openldap";
local p="${n}-${v}";
- # OpenLDAP's configure needs --with-tls=openssl to avoid finding any system
- # gnutls stuff. Also, we need to run 'make depend' before 'make' to pull in
- # OpenSSL shared libraries.
c_dependency -m "39831848c731bcaef235a04e0d14412f" \
- -p "make depend" \
"OpenLDAP" "${p}" \
"http://www.openldap.org/software/download/OpenLDAP/${n}-release/${p}.tgz" \
- --disable-bdb --disable-hdb --with-tls=openssl;
+ --disable-bdb --disable-hdb;
fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140504/8ff284cb/attachment-0001.html>
More information about the calendarserver-changes
mailing list