> On May 4, 2016, 11:33 a.m., James Peach wrote: > > configure.ac, line 591 > > <https://reviews.apache.org/r/46540/diff/1/?file=1355759#file1355759line591> > > > > So in practice, libraries would be installed in either > > ``3rdparty/lib64`` or ``3rdparty/lib``, but not both? > > > > Is there a libtool or autoconf variable to figure that out?
On 32-bit, they'll be installed in lib. On 64-bit, it could be either :-(. I believe there might be a way to figure it out but I am not so sure given that we are talking about 3rdparty software (with their own configure scripts) here. I'll try to think of a better alternative. - Kapil ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46540/#review131691 ----------------------------------------------------------- On May 4, 2016, 11:22 a.m., Kapil Arya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46540/ > ----------------------------------------------------------- > > (Updated May 4, 2016, 11:22 a.m.) > > > Review request for mesos, Cody Maloney, Alex Clemmer, James Peach, and > Timothy St. Clair. > > > Bugs: MESOS-5250 > https://issues.apache.org/jira/browse/MESOS-5250 > > > Repository: mesos > > > Description > ------- > > Updated pkg-config file to include module dependency info. > > > Diffs > ----- > > configure.ac ae91a07e2bafd97566ac6e6873990302acad14c9 > mesos.pc.in a0cc66a77058bf4beaa21d7dd4208654c6185640 > > Diff: https://reviews.apache.org/r/46540/diff/ > > > Testing > ------- > > > Thanks, > > Kapil Arya > >
