patch-hogweed_pc_in 579 B

123456789101112131415
  1. --- nettle-3.1.orig/hogweed.pc.in 2015-04-07 14:00:09.000000000 -0500
  2. +++ nettle-3.1/hogweed.pc.in 2015-05-14 02:43:51.148857825 -0500
  3. @@ -11,9 +11,9 @@ Name: Hogweed
  4. Description: Nettle low-level cryptographic library (public-key algorithms)
  5. URL: http://www.lysator.liu.se/~nisse/nettle
  6. Version: @PACKAGE_VERSION@
  7. -Requires: @IF_NOT_SHARED@ nettle
  8. +Requires: nettle
  9. Requires.private: @IF_SHARED@ nettle
  10. -Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
  11. -Libs.private: @IF_SHARED@ @LIBS@
  12. +Libs: -L${libdir} -lhogweed @LIBS@
  13. +Libs.private: @LIBS@
  14. Cflags: -I${includedir}