From c58712f0f0dc8a222324d3b1c8d8f6d5e821f933 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 25 Jun 2012 17:21:01 +0200 Subject: [PATCH] xz: add libc dependency --- external/public-domain/xz/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.44.0