pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/bsdtar



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Feb 13 12:50:40 UTC 2018

Modified Files:
        pkgsrc/archivers/bsdtar: Makefile

Log Message:
Fix build with OpenSSL 1.1 under NetBSD 8.99.12


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/bsdtar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/bsdtar/Makefile
diff -u pkgsrc/archivers/bsdtar/Makefile:1.24 pkgsrc/archivers/bsdtar/Makefile:1.25
--- pkgsrc/archivers/bsdtar/Makefile:1.24       Sat Nov 25 15:48:49 2017
+++ pkgsrc/archivers/bsdtar/Makefile    Tue Feb 13 12:50:40 2018
@@ -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 @@ LDFLAGS+=     -L${WRKDIR}/zlib
 .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