-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18947/
-----------------------------------------------------------
(Updated March 10, 2014, 2:27 a.m.)
Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, Niklas Nielsen,
and Vinod Kone.
Changes
-------
Addressed build error on linux/gcc with empty LDFLAGS.
Bugs: MESOS-550
https://issues.apache.org/jira/browse/MESOS-550
Repository: mesos-git
Description
-------
The python-egg build-process now checks if libzookeeper_mt.a has been produced.
Added LDFLAGS propagation into setup.py.
Diffs (updated)
-----
src/python/setup.py.in 02f00ef
Diff: https://reviews.apache.org/r/18947/diff/
Testing (updated)
-------
../configure --without-included-zookeeper
CPPFLAGS=-I/usr/local/include/zookeeper LDFLAGS=-L/usr/local/lib
LIBS=-lzookeeper_mt
make check
and
../configure
make check
Thanks,
Till Toenshoff