Fix linking of libiscsi to libpthread
libiscsi utilizes a bunch of POSIX threads functions but does not link against libpthread as it should nor the pkg-config file properly listing libpthread as a static link time dependency.
This commit is contained in:
@@ -8,5 +8,5 @@ Description: iSCSI initiator library
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: -L${libdir} -liscsi
|
||||
Libs.private:
|
||||
Libs.private: @LIBS_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user