You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 05:33:14 UTC

svn commit: r1131639 - /incubator/mesos/trunk/configure.twitter

Author: benh
Date: Sun Jun  5 03:33:14 2011
New Revision: 1131639

URL: http://svn.apache.org/viewvc?rev=1131639&view=rev
Log:
Updated based on productionizing zookeeper.

Modified:
    incubator/mesos/trunk/configure.twitter

Modified: incubator/mesos/trunk/configure.twitter
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.twitter?rev=1131639&r1=1131638&r2=1131639&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.twitter (original)
+++ incubator/mesos/trunk/configure.twitter Sun Jun  5 03:33:14 2011
@@ -9,11 +9,12 @@
 #LDFLAGS="-L/home/travis/src/swig-1.3.40/Lib -L/home/travis/Python-2.6.4/lib"
 #CPPFLAGS="-I/home/travis/src/swig-1.3.40/Source/Include -I/home/travis/Python-2.6.4/include/python2.6"
 
-LDFLAGS="-L/home/travis/src/swig-1.3.40/Lib -L/usr/lib/python2.6 -lpython2.6 -L/home/travis/src/zookeeper-3.2.2/src/c/.libs"
-CPPFLAGS="-I/home/travis/src/swig-1.3.40/Source/Include -I/usr/include/python2.6 -I/home/travis/src/zookeeper-3.2.2/src/c/include -I/home/travis/src/zookeeper-3.2.2/src/c/generated"
+LDFLAGS="-L/home/travis/src/swig-1.3.40/Lib -L/usr/lib/python2.6 -lpython2.6"
+CPPFLAGS="-I/home/travis/src/swig-1.3.40/Source/Include -I/usr/include/python2.6 -I/usr/local/include/c-client-src"
 
 LDFLAGS="$LDFLAGS" CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CPPFLAGS" ./configure \
   --with-python-headers=/usr/include/python2.6 \
   --with-ruby-headers=/opt/local/lib/ruby/1.8/x86_64-linux \
   --with-java-home=/usr/java/default \
-  --with-webui $@
+  --with-webui \
+  --with-zookeeper $@