linux: libDtSearch requires linking with -lm
This commit is contained in:
parent
1e0eb4e522
commit
550a805be2
|
|
@ -45,3 +45,7 @@ XMULIB = -lXmu $(XLIB)
|
|||
#ifndef SharedDtHelpReqs
|
||||
# define SharedDtHelpReqs -ljpeg
|
||||
#endif
|
||||
|
||||
#ifndef SharedDtSearchReqs
|
||||
# define SharedDtSearchReqs -lm
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue