Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libarchive/bin Add libpthread to DPADD and LDAD...



details:   https://anonhg.NetBSD.org/src/rev/b6d003a2648e
branches:  trunk
changeset: 458098:b6d003a2648e
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jul 30 08:05:22 2019 +0000

description:
Add libpthread to DPADD and LDADD, as libarchive now references it

diffstat:

 external/bsd/libarchive/bin/Makefile.inc |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c416adb37067 -r b6d003a2648e external/bsd/libarchive/bin/Makefile.inc
--- a/external/bsd/libarchive/bin/Makefile.inc  Tue Jul 30 06:57:02 2019 +0000
+++ b/external/bsd/libarchive/bin/Makefile.inc  Tue Jul 30 08:05:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2017/04/20 13:11:04 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2019/07/30 08:05:22 martin Exp $
 
 .include "../Makefile.inc"
 
@@ -8,6 +8,9 @@
 LDSTATIC?=     -static
 .endif
 
-DPADD= ${LIBARCHIVE_FE} ${LIBARCHIVE} ${LIBEXPAT} ${LIBBZ2} ${LIBLZMA} ${LIBZ} ${LIBCRYPTO}
-LDADD= -L${LIBARCHIVE_FE_DIR} -larchive_fe -larchive -lexpat -lbz2 -llzma -lz -lcrypto
+DPADD= ${LIBARCHIVE_FE} ${LIBARCHIVE} ${LIBEXPAT} ${LIBBZ2} ${LIBLZMA} ${LIBZ} \
+       ${LIBCRYPTO} ${LIBPTHREAD}
+LDADD= -L${LIBARCHIVE_FE_DIR} -larchive_fe -larchive -lexpat -lbz2 -llzma -lz \
+       -lcrypto -lpthread
+
 CPPFLAGS+=     -I${LIBARCHIVEDIR}/libarchive_fe



Home | Main Index | Thread Index | Old Index