summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-03-22 22:20:43 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-03-22 22:20:43 +0000
commit755aabe3d20901f54daba9084d265405c6f92b5c (patch)
treeea47f39ccef495e47e304ef78ea3c6a832fe7c56 /usr.sbin/pkg
parentac6cbfbc53df9f9eddb785e359f366d0742c008f (diff)
downloadFreeBSD-src-755aabe3d20901f54daba9084d265405c6f92b5c.zip
FreeBSD-src-755aabe3d20901f54daba9084d265405c6f92b5c.tar.gz
Fix build with libucl 20140321
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 3d3eccc..1a3b161 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -8,7 +8,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
+LDADD= -larchive -lelf -lfetch -lucl -lsbuf -lssl -lcrypto -lm
USEPRIVATELIB= ucl
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud