]> git.ipfire.org Git - thirdparty/zstd.git/commit
In pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time 1851/head
authorW. Felix Handte <w@felixhandte.com>
Fri, 25 Oct 2019 19:05:20 +0000 (15:05 -0400)
committerW. Felix Handte <w@felixhandte.com>
Fri, 25 Oct 2019 19:07:31 +0000 (15:07 -0400)
commit74bd76c3ffb3837a3fefc055edbc347620447236
treeda3159c0fcc7b76c673276df14d3974cb639c5fb
parentc2140e9db03d0e07a5b903371813d70ed83feb1e
In pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time

Addresses #1794. Instead of deriving the lib dir and include dir at
build-time, let's do it like everyone else does at pkg-config run-time.

This has the disadvantage that we can no longer override LIBDIR and
INCLUDEDIR in the Makefile and have that reflected in the .pc file.
build/cmake/lib/CMakeLists.txt
lib/Makefile
lib/libzstd.pc.in