From: Alexandre Viau Date: Fri, 1 Jan 2021 19:02:19 +0000 (-0500) Subject: Add missing Libs flags X-Git-Tag: archive/raspbian/3.0.1-1.1+rpi1~1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eeac641982f0375800d7fa0d4e28ac80c5be7cab;p=opendht.git Add missing Libs flags Debian only ships libopendht.a. The pkg-config file is only included in the dev package. This modifies it so that the linking works with libopendht.a Gbp-Pq: Name pkgconfig-static.patch --- diff --git a/opendht.pc.in b/opendht.pc.in index 9491c4e..a6d770c 100644 --- a/opendht.pc.in +++ b/opendht.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: OpenDHT Description: C++14 Distributed Hash Table library Version: @VERSION@ -Libs: -L${libdir} -lopendht +Libs: -L${libdir} -lopendht -lnettle -lgnutls -largon2 -lhttp_parser Libs.private: @http_parser_lib@ -pthread Requires.private: gnutls >= 3.3, nettle >= 2.4@argon2_lib@@jsoncpp_lib@@openssl_lib@ Cflags: -I${includedir}