diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-11-19 15:02:51 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-11-19 15:03:44 +0100 |
| commit | 2d7066527a456f8e1f4f603fe104b0bd9d864559 (patch) | |
| tree | 3a900247883f82038ca0233656a5b05d48804303 | |
| parent | doc: Remove ssl as a required dependency from build-unix (diff) | |
| download | discoin-2d7066527a456f8e1f4f603fe104b0bd9d864559.tar.xz discoin-2d7066527a456f8e1f4f603fe104b0bd9d864559.zip | |
build: remove libcrypto as internal dependency in libbitcoinconsensus.pc
| -rw-r--r-- | libbitcoinconsensus.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbitcoinconsensus.pc.in b/libbitcoinconsensus.pc.in index eb920c47e..1ceab280b 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 |