Fix pkg-config metadata for libcrypto
It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl.
This commit is contained in:
parent
9d2418ae3a
commit
7ec0510e33
@ -5,8 +5,8 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: LibreSSL-libssl
|
Name: LibreSSL-libcrypto
|
||||||
Description: Secure Sockets Layer and cryptography libraries
|
Description: LibreSSL cryptography library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Conflicts:
|
Conflicts:
|
||||||
|
Loading…
Reference in New Issue
Block a user