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.
13 lines
230 B
PkgConfig
13 lines
230 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libiscsi
|
|
Description: iSCSI initiator library
|
|
Version: @VERSION@
|
|
|
|
Libs: -L${libdir} -liscsi
|
|
Libs.private: @LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|