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.

45 lines
1.4 KiB

  1. From 240634b1afb968a051f8c68696eae2a582a02450 Mon Sep 17 00:00:00 2001
  2. From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  3. Date: Mon, 31 Aug 2020 20:16:25 +0200
  4. Subject: [PATCH 1/2] Rename openpgm-5.2.pc.in
  5. This will fix the following build failure:
  6. config.status: error: cannot find input file: `openpgm-5.3.pc.in'
  7. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  8. ---
  9. openpgm/pgm/{openpgm-5.2.pc.in => openpgm-5.3.pc.in} | 0
  10. 1 file changed, 0 insertions(+), 0 deletions(-)
  11. rename openpgm/pgm/{openpgm-5.2.pc.in => openpgm-5.3.pc.in} (100%)
  12. --- a/openpgm/pgm/openpgm-5.2.pc.in
  13. +++ /dev/null
  14. @@ -1,12 +0,0 @@
  15. -prefix=@prefix@
  16. -exec_prefix=@exec_prefix@
  17. -libdir=@libdir@
  18. -includedir=@includedir@
  19. -
  20. -Name: OpenPGM
  21. -Description: PGM Protocol Library.
  22. -Version: @PACKAGE_VERSION@
  23. -# packagers may wish to move @LIBS@ to Libs.private for platforms with
  24. -# versions of pkg-config that support static linking.
  25. -Libs: -L${libdir} -lpgm @LIBS@
  26. -Cflags: -I${includedir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@
  27. --- /dev/null
  28. +++ b/openpgm/pgm/openpgm-5.3.pc.in
  29. @@ -0,0 +1,12 @@
  30. +prefix=@prefix@
  31. +exec_prefix=@exec_prefix@
  32. +libdir=@libdir@
  33. +includedir=@includedir@
  34. +
  35. +Name: OpenPGM
  36. +Description: PGM Protocol Library.
  37. +Version: @PACKAGE_VERSION@
  38. +# packagers may wish to move @LIBS@ to Libs.private for platforms with
  39. +# versions of pkg-config that support static linking.
  40. +Libs: -L${libdir} -lpgm @LIBS@
  41. +Cflags: -I${includedir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@