svn commit: r263650 - head/usr.sbin/pkg

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 22 22:20:44 UTC 2014


Author: bdrewery
Date: Sat Mar 22 22:20:43 2014
New Revision: 263650
URL: http://svnweb.freebsd.org/changeset/base/263650

Log:
  Fix build with libucl 20140321

Modified:
  head/usr.sbin/pkg/Makefile

Modified: head/usr.sbin/pkg/Makefile
==============================================================================
--- head/usr.sbin/pkg/Makefile	Sat Mar 22 18:24:44 2014	(r263649)
+++ head/usr.sbin/pkg/Makefile	Sat Mar 22 22:20:43 2014	(r263650)
@@ -8,7 +8,7 @@ CFLAGS+=-I${.CURDIR}/../../contrib/libuc
 .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>


More information about the svn-src-head mailing list