summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip
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/gzip
parent1515aec4ed9737a7508ecb3f30d50e49a4e90015 (diff)
downloadFreeBSD-src-897a072717635ed1cdd491bcd112147e58f4de0d.zip
FreeBSD-src-897a072717635ed1cdd491bcd112147e58f4de0d.tar.gz
MFC: xz 5.2.2.
Relnotes: yes
Diffstat (limited to 'usr.bin/gzip')
-rw-r--r--usr.bin/gzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile
index 6d3aaa6..3bbbaa2 100644
--- a/usr.bin/gzip/Makefile
+++ b/usr.bin/gzip/Makefile
@@ -6,8 +6,8 @@
PROG= gzip
MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1
-DPADD= ${LIBZ} ${LIBLZMA}
-LDADD= -lz -llzma
+DPADD= ${LIBZ} ${LIBLZMA} ${LIBPTHREAD}
+LDADD= -lz -llzma -lpthread
.if ${MK_BZIP2_SUPPORT} != "no"
DPADD+= ${LIBBZ2}
OpenPOWER on IntegriCloud