[CalendarServer-changes] [12428] twext/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:31 PDT 2014


Revision: 12428
          http://trac.calendarserver.org//changeset/12428
Author:   wsanchez at apple.com
Date:     2014-01-22 18:20:02 -0800 (Wed, 22 Jan 2014)
Log Message:
-----------
Add libffi

Modified Paths:
--------------
    twext/trunk/bin/_build.sh

Modified: twext/trunk/bin/_build.sh
===================================================================
--- twext/trunk/bin/_build.sh	2014-01-23 02:15:03 UTC (rev 12427)
+++ twext/trunk/bin/_build.sh	2014-01-23 02:20:02 UTC (rev 12428)
@@ -440,6 +440,14 @@
 #
 c_dependencies () {
 
+  if find_header ffi/ffi.h; then
+    using_system "libffi";
+  else
+    c_dependency -m "45f3b6dbc9ee7c7dfbbbc5feba571529" \
+      "libffi" "libffi-3.0.13" \
+      "ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz"
+  fi;
+
   if find_header ldap.h 20428 LDAP_VENDOR_VERSION; then
     using_system "OpenLDAP";
   else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/054b7928/attachment.html>


More information about the calendarserver-changes mailing list