From 90b78fe9c620aba19bddade1be24c726760f4632 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 1 Dec 2014 13:10:02 +0000 Subject: [PATCH] remove -pthread from libs we should get it from cflags, I think --- vips.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vips.pc.in b/vips.pc.in index ed9a1cf4..9dbc14b2 100644 --- a/vips.pc.in +++ b/vips.pc.in @@ -7,7 +7,7 @@ Name: vips Description: Image processing library Version: @VERSION@ Requires.private: @PACKAGES_USED@ -Libs: -L${libdir} -lvips -pthread +Libs: -L${libdir} -lvips Libs.private: @EXTRA_LIBS_USED@ Cflags: -I${includedir}