From a54a8442f885c5b858da89a4be8419addd526ea5 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Thu, 17 Oct 2024 19:24:37 +0300 Subject: [PATCH] Remove `-lhts` from `Libs.private` in the pkg-config file. --- htslib.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htslib.pc.in b/htslib.pc.in index d969d6b4d..fdeeba92e 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@