vcpkg/ports/htslib/0005-remove-duplicate-lhts.patch
2024-10-18 16:52:42 -07:00

12 lines
429 B
Diff

diff --git a/htslib.pc.in b/htslib.pc.in
index d969d6b..fdeeba9 100644
--- a/htslib.pc.in
+++ b/htslib.pc.in
@@ -11,5 +11,5 @@ Description: C library for high-throughput sequencing data formats
Version: @-PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lhts
-Libs.private: -L${libdir} @private_LIBS@ -lhts -lm -lpthread
+Libs.private: -L${libdir} @private_LIBS@ -lm -lpthread
Requires.private: zlib @pc_requires@