summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-06-13 21:46:34 +0000
committerjperkin <jperkin@pkgsrc.org>2013-06-13 21:46:34 +0000
commit5e710c4cb9d9b80f689c4cfb1814d28420175887 (patch)
tree5bf903b20b557931edd21f3c3a3d1a977507d367 /archivers/libarchive
parent629f993fc302e6959a53183649a51217a08277f3 (diff)
downloadpkgsrc-5e710c4cb9d9b80f689c4cfb1814d28420175887.tar.gz
Pull in OpenSSL buildlink3 rather than disabling completely.
Requested by joerg.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 55ae76d3d85..50501b51a6b 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2013/06/13 16:24:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.38 2013/06/13 21:46:34 jperkin Exp $
#
DISTNAME= libarchive-2.8.4
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
- --disable-bsdcpio --without-openssl
+ --disable-bsdcpio
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
@@ -30,4 +30,5 @@ CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"