You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
608 B

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