Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
This commit is contained in:
parent
5c2d026506
commit
6e683ece83
@ -4,8 +4,8 @@ PROG= dpv
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
DPADD= ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL}
|
||||
LDADD= -ldpv -ldialog -lfigpar -lncursesw -lutil
|
||||
DPADD= ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} ${LIBM}
|
||||
LDADD= -ldpv -ldialog -lfigpar -lncursesw -lutil -lm
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user