mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
This commit is contained in:
parent
dec0135828
commit
dbd3f10702
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274851
@ -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