summaryrefslogtreecommitdiffstats
path: root/usr.bin/dpv
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-11-22 14:53:50 +0000
committerian <ian@FreeBSD.org>2014-11-22 14:53:50 +0000
commit6e683ece838617a7d70409a5b5885e0d48e63728 (patch)
tree78523de31d0cc9ac85d848f67ab80be2c0fa70f9 /usr.bin/dpv
parent5c2d026506bfdb0e2f1507a0f25dc2a0059ce4c3 (diff)
downloadFreeBSD-src-6e683ece838617a7d70409a5b5885e0d48e63728.zip
FreeBSD-src-6e683ece838617a7d70409a5b5885e0d48e63728.tar.gz
Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
Diffstat (limited to 'usr.bin/dpv')
-rw-r--r--usr.bin/dpv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dpv/Makefile b/usr.bin/dpv/Makefile
index 3cc18ca..6f89c0f 100644
--- a/usr.bin/dpv/Makefile
+++ b/usr.bin/dpv/Makefile
@@ -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
OpenPOWER on IntegriCloud