[CalendarServer-changes] [2474] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Fri May 23 18:01:35 PDT 2008


Revision: 2474
          http://trac.macosforge.org/projects/calendarserver/changeset/2474
Author:   dreid at apple.com
Date:     2008-05-23 18:01:35 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Enable threads and 64bit, memcached.

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-05-24 00:57:54 UTC (rev 2473)
+++ CalendarServer/trunk/run	2008-05-24 01:01:35 UTC (rev 2474)
@@ -531,7 +531,7 @@
   echo "Building libevent...";
   cd "${libevent}";
   ./configure --prefix="${libevent}/_root";
-  make;
+  make CFLAGS=-m64;
   make install;
 fi;
 
@@ -548,8 +548,10 @@
   echo "";
   echo "Building memcached...";
   cd "${memcached}";
-  ./configure --prefix="${memcached}/_root" --with-libevent="${libevent}/_root";
-  make;
+  ./configure --prefix="${memcached}/_root" \
+              --with-libevent="${libevent}/_root" \
+              --enable-threads CFLAGS=-m64;
+  make CFLAGS=-m64;
   make install;
 fi;
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080523/5967657d/attachment.htm 


More information about the calendarserver-changes mailing list