pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/bsdtar Fix build with OpenSSL 1.1 under NetB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa3b4f34212c
branches: trunk
changeset: 375508:aa3b4f34212c
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Feb 13 12:50:40 2018 +0000
description:
Fix build with OpenSSL 1.1 under NetBSD 8.99.12
diffstat:
archivers/bsdtar/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r cc9dcf199fba -r aa3b4f34212c archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Tue Feb 13 12:45:42 2018 +0000
+++ b/archivers/bsdtar/Makefile Tue Feb 13 12:50:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/11/25 15:48:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2018/02/13 12:50:40 ryoon Exp $
.include "../../archivers/libarchive/Makefile.common"
.include "../../mk/bsd.prefs.mk"
@@ -33,6 +33,8 @@
.endif
.if empty(USE_BUILTIN.openssl:M[yY][eE][sS])
CONFIGURE_ARGS+= --without-openssl
+.else
+LDFLAGS+= -lcrypto
.endif
.if empty(USE_BUILTIN.xz:M[yY][eE][sS])
CONFIGURE_ARGS+= --without-lzma
Home |
Main Index |
Thread Index |
Old Index