summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-20 10:54:45 +0000
committerbapt <bapt@FreeBSD.org>2014-07-20 10:54:45 +0000
commit9822066797603d4d23201ae909b4fe3ff8c85fb2 (patch)
tree1297d4d23ff0a353319a03d932b55e641adc6ca3 /usr.sbin/pkg
parent394f34f4853ff22e377aef2aae34653b18e06d21 (diff)
downloadFreeBSD-src-9822066797603d4d23201ae909b4fe3ff8c85fb2.zip
FreeBSD-src-9822066797603d4d23201ae909b4fe3ff8c85fb2.tar.gz
MFC: r263650, r263686
Add missing dependency on libm
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 3d3eccc..3892ecc5 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -7,8 +7,8 @@ MAN= pkg.7
CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH: ${.CURDIR}/../../contrib/libucl/include
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
- ${LIBCRYPTO}
-LDADD= -larchive -lelf -lfetch -lucl -lsbuf -lssl -lcrypto
+ ${LIBCRYPTO} ${LIBM}
+LDADD= -larchive -lelf -lfetch -lucl -lsbuf -lssl -lcrypto -lm
USEPRIVATELIB= ucl
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud