c900ff143b84826b1ec814de65518709b6a2865b
[openwrt-packages.git] /
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.
4
5 Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 ---
7  src/libselinux.pc.in | 4 ++--
8  1 file changed, 2 insertions(+), 2 deletions(-)
9
10 --- a/src/libselinux.pc.in
11 +++ b/src/libselinux.pc.in
12 @@ -1,7 +1,7 @@
13  prefix=@prefix@
14  exec_prefix=${prefix}
15 -libdir=@libdir@
16 -includedir=@includedir@
17 +libdir=${exec_prefix}/lib
18 +includedir=${prefix}/include
19  
20  Name: libselinux
21  Description: SELinux utility library
git clone https://git.99rst.org/PROJECT