From 2d7066527a456f8e1f4f603fe104b0bd9d864559 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 19 Nov 2019 15:02:51 +0100 Subject: [PATCH] build: remove libcrypto as internal dependency in libbitcoinconsensus.pc --- libbitcoinconsensus.pc.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libbitcoinconsensus.pc.in b/libbitcoinconsensus.pc.in index eb920c47eb..1ceab280bb 100644 --- a/libbitcoinconsensus.pc.in +++ b/libbitcoinconsensus.pc.in @@ -8,4 +8,3 @@ Description: Library for the Bitcoin consensus protocol. Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lbitcoinconsensus Cflags: -I${includedir} -Requires.private: libcrypto