remove -pthread from libs
we should get it from cflags, I think
This commit is contained in:
parent
44122ea880
commit
90b78fe9c6
@ -7,7 +7,7 @@ Name: vips
|
|||||||
Description: Image processing library
|
Description: Image processing library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires.private: @PACKAGES_USED@
|
Requires.private: @PACKAGES_USED@
|
||||||
Libs: -L${libdir} -lvips -pthread
|
Libs: -L${libdir} -lvips
|
||||||
Libs.private: @EXTRA_LIBS_USED@
|
Libs.private: @EXTRA_LIBS_USED@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user