On Thu, Oct 14, 2010 at 8:56 AM, Nezmer <[email protected]> wrote: > This will allow us to build against libarchive wherever It is installed > in the system. > > Signed-off-by: Nezmer <[email protected]>
Why not just do things like this? Less hassle for us to maintain, we don't do this for any other library, etc. ./configure CPPFLAGS=-I/non-standard-dir/include LDFLAGS=-L/non-standard-dir/lib -Dan
