From 9f06f22281cdcbbfa57542089399297c58288459 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 10 Dec 2023 16:19:04 -0500 Subject: [PATCH] pdfio.pc: use -lm as specified in configure It is already configured in, in the correct place. Currently, it is listed twice in Libs.private, if --enable-shared is used. And it is redundant if the build is static instead, since it is recorded in Libs. --- pdfio.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfio.pc.in b/pdfio.pc.in index e86456b..b869e79 100644 --- a/pdfio.pc.in +++ b/pdfio.pc.in @@ -9,5 +9,5 @@ Version: @PDFIO_VERSION@ URL: https://www.msweet.org/pdfio Requires: @PKGCONFIG_REQUIRES@ Libs: @PKGCONFIG_LIBS@ -Libs.private: @PKGCONFIG_LIBS_PRIVATE@ -lm +Libs.private: @PKGCONFIG_LIBS_PRIVATE@ Cflags: @PKGCONFIG_CFLAGS@