commit | f8532f17731c82df9956aa1c92f7fb08bd65bf05 | [log] [tgz] |
---|---|---|
author | Marcus Folkesson <marcus.folkesson@gmail.com> | Wed Feb 14 10:57:03 2018 +0100 |
committer | Nicolas Iooss <nicolas.iooss@m4x.org> | Wed Feb 14 15:59:36 2018 +0100 |
tree | 62d5e198460ec96cf2197fd3d654b96d2788a4ef | |
parent | f281fc52197300cc579ddb970b995cedc98878ab [diff] |
libsepol: build: follow standard semantics for DESTDIR and PREFIX This patch solves the following issues: - The pkg-config files generates odd paths when using DESTDIR without PREFIX - DESTDIR is needed during compile time to compute library and header paths which it should not. - Installing with both DESTDIR and PREFIX set gives us odd paths - Make usage of DESTDIR and PREFIX more standard Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>