Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/file/lib Add more libraries



details:   https://anonhg.NetBSD.org/src/rev/e85bbcec4a34
branches:  trunk
changeset: 847303:e85bbcec4a34
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 17 13:35:43 2019 +0000

description:
Add more libraries

diffstat:

 external/bsd/file/lib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 697a92701179 -r e85bbcec4a34 external/bsd/file/lib/Makefile
--- a/external/bsd/file/lib/Makefile    Tue Dec 17 13:25:50 2019 +0000
+++ b/external/bsd/file/lib/Makefile    Tue Dec 17 13:35:43 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2019/12/17 02:31:06 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2019/12/17 13:35:43 christos Exp $
 #
 
 USE_FORT?= yes # data driven bugs?
@@ -8,6 +8,8 @@
 .include "../Makefile.inc"
 
 LIB=           magic
+LIBDPLIBS+=    lzma    ${NETBSDSRCDIR}/external/public-domain/xz/lib
+LIBDPLIBS+=    bz2     ${NETBSDSRCDIR}/lib/libbz2
 LIBDPLIBS+=    z       ${NETBSDSRCDIR}/lib/libz
 CPPFLAGS+=-I.
 



Home | Main Index | Thread Index | Old Index