- 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
5f652a7f52
commit
7348c61553
@ -7,5 +7,6 @@ Name: libburn
|
||||
Description: Disc reading/writing library
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lburn @THREAD_LIBS@
|
||||
Libs: -L${libdir} -lburn
|
||||
Libs.private: @THREAD_LIBS@ @LIBBURN_ARCH_LIBS@
|
||||
Cflags: -I${includedir}/libburn
|
||||
|
Loading…
Reference in New Issue
Block a user