From: Ben Gras Date: Mon, 25 Jun 2012 15:21:01 +0000 (+0200) Subject: xz: add libc dependency X-Git-Tag: v3.2.1~468 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc-confgen.html?a=commitdiff_plain;h=c58712f0f0dc8a222324d3b1c8d8f6d5e821f933;p=minix.git xz: add libc dependency --- diff --git a/external/public-domain/xz/lib/Makefile b/external/public-domain/xz/lib/Makefile index a5d16d386..fd312e654 100644 --- a/external/public-domain/xz/lib/Makefile +++ b/external/public-domain/xz/lib/Makefile @@ -4,6 +4,8 @@ LIB= lzma USE_SHLIBDIR= yes NOLINT= yes +LIBDPLIBS+= c ${.CURDIR}/../../../../lib/libc + .include # There are two different lzma.h files.