]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Don't hardcode the -lgmp linker flag in the hogweed pkg-config file
authorMartin Storsjö <martin@martin.st>
Thu, 26 Jun 2014 07:30:40 +0000 (10:30 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 26 Jun 2014 20:39:12 +0000 (22:39 +0200)
hogweed.pc.in

index 457f5f2f3ecdecf6b5c90e61c5f2f2600233c94a..839f7d0d68bb37e63c611bd233866ba53cab8eee 100644 (file)
@@ -13,6 +13,6 @@ URL: http://www.lysator.liu.se/~nisse/nettle
 Version: @PACKAGE_VERSION@
 Requires.private: nettle
 Libs: -L${libdir} -lhogweed
-Libs.private: -lgmp
+Libs.private: @LIBS@
 Cflags: -I${includedir}