Skip to content

Commit

Permalink
openssl: fixups in the pc files
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Nov 17, 2023
1 parent 0696149 commit 99eaee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gvsbuild/patches/openssl/pc-files/libcrypto.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ enginesdir=${libdir}/engines-3
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: @version@
Libs: -L${libdir} -lcrypto
Libs.private: -ldl -pthread
Libs: -L${libdir} -llibcrypto
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion gvsbuild/patches/openssl/pc-files/libssl.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: @version@
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Libs: -L${libdir} -llibssl
Cflags: -I${includedir}

0 comments on commit 99eaee7

Please sign in to comment.