On Fri, 2011-09-09 at 13:31 -0400, Eric Paris wrote: > I'm also really annoyed by this at times, but I don't know what the > right answer is. > > We really treat it like we have 5+ separate projects which just all > happen to live in the same git tree. Thus to build libselinux you > must have already built and installed libsepol. And then to build > libsemanage you need to have done that with both libsepol and > libselinux. Then of course to get the builds and install right (on > Fedora/RHEL) you have to know to use LIBDIR=/usr/lib64 SHLIBDIR=/lib64 > for libsepol and libsepol, but SHLIBDIR=/usr/lib64 for libsemanage. > Its a mess, but I don't know what to do that's better.... make DESTDIR=~/out at top-level should work fine - it will build and install each library into a private tree (as specified by DESTDIR) and then build and install the programs against those libraries. Without needing to clobber the system ones. -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.