remove -pthread from libs

we should get it from cflags, I think
This commit is contained in:
John Cupitt 2014-12-01 13:10:02 +00:00
parent 44122ea880
commit 90b78fe9c6

View File

@ -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}