summaryrefslogtreecommitdiffstats
path: root/usr.bin/lzmainfo
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-12-22 08:03:23 +0000
committerdelphij <delphij@FreeBSD.org>2015-12-22 08:03:23 +0000
commit897a072717635ed1cdd491bcd112147e58f4de0d (patch)
treefc6400160a194c6ade31da57ec01557fc22c87fa /usr.bin/lzmainfo
parent1515aec4ed9737a7508ecb3f30d50e49a4e90015 (diff)
downloadFreeBSD-src-897a072717635ed1cdd491bcd112147e58f4de0d.zip
FreeBSD-src-897a072717635ed1cdd491bcd112147e58f4de0d.tar.gz
MFC: xz 5.2.2.
Relnotes: yes
Diffstat (limited to 'usr.bin/lzmainfo')
-rw-r--r--usr.bin/lzmainfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lzmainfo/Makefile b/usr.bin/lzmainfo/Makefile
index b92b46c..30242ea 100644
--- a/usr.bin/lzmainfo/Makefile
+++ b/usr.bin/lzmainfo/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \
-I${XZDIR}/common
-DPADD= ${LIBLZMA}
-LDADD= -llzma
+DPADD= ${LIBLZMA} ${LIBPTHREAD}
+LDADD= -llzma -lpthread
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud