- Libs specification corrected.
Pthreads is private to libburn and we should require clients to link against it only in case of static linking. - Added system specific libraries to private librraies list.
This commit is contained in:
parent
82bddb6e4c
commit
a8d9882280
@ -7,5 +7,6 @@ Name: libburn
|
|||||||
Description: Disc reading/writing library
|
Description: Disc reading/writing library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L${libdir} -lburn @THREAD_LIBS@
|
Libs: -L${libdir} -lburn
|
||||||
|
Libs.private: @THREAD_LIBS@ @LIBBURN_ARCH_LIBS@
|
||||||
Cflags: -I${includedir}/libburn
|
Cflags: -I${includedir}/libburn
|
||||||
|
Loading…
Reference in New Issue
Block a user