Skip to content
Snippets Groups Projects
Commit 7628aab2 authored by Vladimir Stoiakin's avatar Vladimir Stoiakin Committed by Adrien Béraud
Browse files

opendht.pc: change -lpthread to -pthread

parent f4cba56b
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,6 @@ Name: OpenDHT ...@@ -6,6 +6,6 @@ Name: OpenDHT
Description: C++14 Distributed Hash Table library Description: C++14 Distributed Hash Table library
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -lopendht 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@ Requires.private: gnutls >= 3.3, nettle >= 2.4@argon2_lib@@jsoncpp_lib@@openssl_lib@
Cflags: -I${includedir} Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment