Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.12.0
-
None
Description
Hey, I'm trying to compile Mesos against a separate Zookeeper install for packaging. The python setup.py only links against the .libs folder and doesn't check LDFLAGS for a different location for the lib.
Relevant lines
/src/python/setup.py: os.path.join(abs_top_builddir, zookeeper, '.libs', 'libzookeeper_mt.a')
Attachments
Issue Links
- is part of
-
MESOS-1071 Enable building against installed third-party dependencies.
- Resolved