Add -lm to comedilib.pc.in Libs.
Patch from W. Trevor King.
This commit is contained in:
parent
4b8bf1aff5
commit
aa7fd8061e
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ Name: Comedilib
|
|||
Description: Comedi Library
|
||||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lcomedi
|
||||
Libs: -L${libdir} -lcomedi -lm
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Add table
Reference in a new issue