1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Fix build with libucl 20140321

This commit is contained in:
Bryan Drewery 2014-03-22 22:20:43 +00:00
parent c1974e298d
commit 825ab35431
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263650

View File

@ -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>