mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
packaging: fixup pkg-config
Set the private libs as determined by configure, and add the missing lib link.
This commit is contained in:
parent
81b2faebd4
commit
67a476599b
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ Description: Optimized C library for EC operations on curve secp256k1
|
|||
URL: https://github.com/bitcoin/secp256k1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @SECP_LIBS@
|
||||
Libs: -L${libdir} -lsecp256k1
|
||||
|
||||
|
|
Loading…
Reference in a new issue