From: Martin Storsjö Date: Thu, 26 Jun 2014 07:30:40 +0000 (+0300) Subject: Don't hardcode the -lgmp linker flag in the hogweed pkg-config file X-Git-Tag: nettle_3.1rc1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f60a78b1e199d692f7f80a5022d3870c6d7a18;p=thirdparty%2Fnettle.git Don't hardcode the -lgmp linker flag in the hogweed pkg-config file --- diff --git a/hogweed.pc.in b/hogweed.pc.in index 457f5f2f..839f7d0d 100644 --- a/hogweed.pc.in +++ b/hogweed.pc.in @@ -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}