[CalendarServer-changes] [7579] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 13 10:56:17 PDT 2011


Revision: 7579
          http://trac.macosforge.org/projects/calendarserver/changeset/7579
Author:   glyph at apple.com
Date:     2011-06-13 10:56:16 -0700 (Mon, 13 Jun 2011)
Log Message:
-----------
Add --enable-shared option, required for shared libraries on 64-bit architectures.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2011-06-10 00:13:59 UTC (rev 7578)
+++ CalendarServer/trunk/support/build.sh	2011-06-13 17:56:16 UTC (rev 7579)
@@ -608,7 +608,8 @@
     local pyfn="Python-2.7.1";
     c_dependency -m "aa27bc25725137ba155910bd8e5ddc4f" \
         "Python" "${pyfn}" \
-        "http://www.python.org/ftp/python/2.7.1/${pyfn}.tar.bz2";
+        "http://www.python.org/ftp/python/2.7.1/${pyfn}.tar.bz2" \
+        --enable-shared;
     # Be sure to use the Python we just built.
     export PYTHON="$(type -p python)";
     init_py;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110613/ce3e7fb5/attachment.html>


More information about the calendarserver-changes mailing list