packaging: fixup pkg-config

Set the private libs as determined by configure, and add the missing lib link.
pull/11871/head
Cory Fields 11 years ago
parent 81b2faebd4
commit 67a476599b

@ -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…
Cancel
Save