mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
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}
|