mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
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.
This commit is contained in:
parent
cb6b493df6
commit
9f06f22281
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user