From 12f4bc558ed9e667d79906157b2229fcb44b7aa5 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Sat, 5 Jan 2019 21:57:00 -0500 Subject: [PATCH] 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 --- opendht.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendht.pc.in b/opendht.pc.in index 0aae92c..25170d7 100644 --- a/opendht.pc.in +++ b/opendht.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: OpenDHT Description: C++ Distributed Hash Table library Version: @VERSION@ -Libs: -L${libdir} -lopendht +Libs: -L${libdir} -lopendht -lnettle -lgnutls -largon2 Libs.private: -lpthread Requires.private: gnutls >= 3.1@argon2_lib@ Cflags: -I${includedir} -- 2.30.2