Files
libiscsi/libiscsi.pc.in
Brad Smith 9ab0fa8793 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.
2026-03-22 18:57:44 -04:00

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}