From 231f5534a8e44d76ad367f8a59482a72ccfcc3a2 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 22 Dec 2015 08:03:23 +0000 Subject: MFC: xz 5.2.2. Relnotes: yes --- usr.bin/cpio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cpio') diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index eeed435579a7..2f2d65a7a5d0 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -23,8 +23,8 @@ CFLAGS+= -I${LIBARCHIVEDIR}/cpio -I${LIBARCHIVEDIR}/libarchive_fe # statically linked, cannot use -lcrypto, and are size sensitive. CFLAGS+= -DSMALLER .endif -DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2} ${LIBLZMA} ${LIBBSDXML} -LDADD= -larchive -lz -lbz2 -llzma -lbsdxml +DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2} ${LIBLZMA} ${LIBPTHREAD} ${LIBBSDXML} +LDADD= -larchive -lz -lbz2 -llzma -lpthread -lbsdxml .if ${MK_OPENSSL} != "no" DPADD+= ${LIBCRYPTO} LDADD+= -lcrypto -- cgit v1.2.3