pkgsrc-WIP-changes archive

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

htslib: Add libcrypto (Amazon S3) and libdeflate (performance) deps



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Sep 29 15:04:12 2024 -0500
Changeset:	c0e30e1547569a6954ca3e4b7b9ff621787e74b2

Modified Files:
	htslib/Makefile

Log Message:
htslib: Add libcrypto (Amazon S3) and libdeflate (performance) deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0e30e1547569a6954ca3e4b7b9ff621787e74b2

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

diffstat:
 htslib/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 5b9baa82ee..23d2cda8b0 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -31,5 +31,7 @@ pre-configure:
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/libdeflate/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index