xz: add libc dependency
This commit is contained in:
parent
6a6b7b5769
commit
c58712f0f0
1 changed files with 2 additions and 0 deletions
2
external/public-domain/xz/lib/Makefile
vendored
2
external/public-domain/xz/lib/Makefile
vendored
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue