xz: add libc dependency

This commit is contained in:
Ben Gras 2012-06-25 17:21:01 +02:00
parent 6a6b7b5769
commit c58712f0f0

View file

@ -4,6 +4,8 @@ LIB= lzma
USE_SHLIBDIR= yes USE_SHLIBDIR= yes
NOLINT= yes NOLINT= yes
LIBDPLIBS+= c ${.CURDIR}/../../../../lib/libc
.include <bsd.init.mk> .include <bsd.init.mk>
# There are two different lzma.h files. # There are two different lzma.h files.