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 10:56:13 UTC

svn commit: r1132187 - /incubator/mesos/trunk/configure.template.centos-5.4-64

Author: benh
Date: Sun Jun  5 08:56:13 2011
New Revision: 1132187

URL: http://svn.apache.org/viewvc?rev=1132187&view=rev
Log:
Configure template for CentOS 5

Added:
    incubator/mesos/trunk/configure.template.centos-5.4-64   (with props)

Added: incubator/mesos/trunk/configure.template.centos-5.4-64
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.template.centos-5.4-64?rev=1132187&view=auto
==============================================================================
--- incubator/mesos/trunk/configure.template.centos-5.4-64 (added)
+++ incubator/mesos/trunk/configure.template.centos-5.4-64 Sun Jun  5 08:56:13 2011
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export LDFLAGS=-lunwind-x86_64
+
+$(dirname $0)/configure \
+  --with-python-headers=/usr/include/python2.6 \
+  --with-java-home=/usr/java/default \
+  --with-webui \
+  --with-included-zookeeper $@

Propchange: incubator/mesos/trunk/configure.template.centos-5.4-64
------------------------------------------------------------------------------
    svn:executable = *