patch-libuuid_uuid_pc_in 487 B

12345678910111213141516
  1. --- util-linux-2.24.2.orig/libuuid/uuid.pc.in 2013-02-27 17:46:29.883020734 +0100
  2. +++ util-linux-2.24.2/libuuid/uuid.pc.in 2014-05-24 12:50:07.644975668 +0200
  3. @@ -1,11 +1,8 @@
  4. prefix=@prefix@
  5. -exec_prefix=@exec_prefix@
  6. -libdir=@usrlib_execdir@
  7. -includedir=@includedir@
  8. Name: uuid
  9. Description: Universally unique id library
  10. Version: @LIBUUID_VERSION@
  11. Requires:
  12. -Cflags: -I${includedir}/uuid
  13. -Libs: -L${libdir} -luuid
  14. +Cflags: -I${prefix}/include/uuid
  15. +Libs: -L${prefix}/lib -luuid