From 7628aab230ea78cae52a8e57a32a150a13b17275 Mon Sep 17 00:00:00 2001 From: Vladimir Stoiakin <VStoiakin@lavabit.com> Date: Sat, 18 Apr 2020 19:54:21 +0300 Subject: [PATCH] opendht.pc: change -lpthread to -pthread --- opendht.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendht.pc.in b/opendht.pc.in index c7e2f968..9491c4e1 100644 --- a/opendht.pc.in +++ b/opendht.pc.in @@ -6,6 +6,6 @@ Name: OpenDHT Description: C++14 Distributed Hash Table library Version: @VERSION@ Libs: -L${libdir} -lopendht -Libs.private: @http_parser_lib@ -lpthread +Libs.private: @http_parser_lib@ -pthread Requires.private: gnutls >= 3.3, nettle >= 2.4@argon2_lib@@jsoncpp_lib@@openssl_lib@ Cflags: -I${includedir} -- GitLab