[pacman-dev] [PATCH 2/3] Add --with-libarchive-prefix configure option

Dan McGee dpmcgee at gmail.com
Thu Oct 14 10:05:45 EDT 2010


On Thu, Oct 14, 2010 at 8:56 AM, Nezmer <git at nezmer.info> wrote:
> This will allow us to build against libarchive wherever It is installed
> in the system.
>
> Signed-off-by: Nezmer <git at nezmer.info>

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


More information about the pacman-dev mailing list