7ec0510e33
It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl.
16 lines
315 B
PkgConfig
16 lines
315 B
PkgConfig
#libcrypto pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LibreSSL-libcrypto
|
|
Description: LibreSSL cryptography library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lcrypto
|
|
Libs.private: @LIBS@ @PLATFORM_LDADD@
|
|
Cflags: -I${includedir}
|