1 Pkg-config definitions commonly make use of ${exec_prefix} and ${prefix}
2 when defining libdir and includedir, respectively. OpenWrt, for example,
3 relies on this when it adjusts things for cross compiling.
5 Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 src/libselinux.pc.in | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 --- a/src/libselinux.pc.in
11 +++ b/src/libselinux.pc.in
16 -includedir=@includedir@
17 +libdir=${exec_prefix}/lib
18 +includedir=${prefix}/include
21 Description: SELinux utility library