-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26352/
-----------------------------------------------------------
(Updated Oct. 5, 2014, 9:02 a.m.)
Review request for mesos.
Bugs: MESOS-1843
https://issues.apache.org/jira/browse/MESOS-1843
Repository: mesos-git
Description
-------
libprocess uses `<stout/net.hpp>` which includes `<curl/curl.h>`. On a machine
without system-level libcurl installed, we should be able to build `mesos` with
the `--with-curl=<path-to-libcurl>` flag. The `-I<path-to-libcurl>` gets added
to the `CPPFLAGS` for `mesos` but it doesn't added for libprocess. This patch
makes libprocess actually use the `--with-curl` flag.
Diffs
-----
3rdparty/libprocess/configure.ac 501de4076b6c3b996580d6656bc50103dcedc154
Diff: https://reviews.apache.org/r/26352/diff/
Testing (updated)
-------
Built `mesos` on a machine without system-level libcurl installed with
`--with-curl` flag.
Thanks,
Michael Park