Skip to content

Commit

Permalink
Merge bitcoin#567: Correct order of libs returned on pkg-config --lib…
Browse files Browse the repository at this point in the history
…s --static libsecp2…

89a20a8 Correct order of libs returned on pkg-config --libs --static libsecp256k1 call. (Phillip Mienk)

Pull request description:

  …56k1 call.

Tree-SHA512: 095f5e71837e63a2bb6e9cf04cabe7f1ec55cf0fc32b44c80a89c232efb7d74bf0f148a8cd29f9fa2999f02bbc638d9a086ffd50888aab6f9fd5db74e37ae4d4
  • Loading branch information
gmaxwell committed Feb 21, 2019
2 parents e96901a + 89a20a8 commit 0e9ada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsecp256k1.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Description: Optimized C library for EC operations on curve secp256k1
URL: https://github.com/bitcoin-core/secp256k1
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs.private: @SECP_LIBS@
Libs: -L${libdir} -lsecp256k1
Libs.private: @SECP_LIBS@

0 comments on commit 0e9ada1

Please sign in to comment.