17 lines
344 B
PkgConfig
17 lines
344 B
PkgConfig
|
#libssl pkg-config source file
|
||
|
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: LibreSSL-libssl
|
||
|
Description: Secure Sockets Layer and cryptography libraries
|
||
|
Version: @VERSION@
|
||
|
Requires:
|
||
|
Requires.private: libcrypto
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lssl
|
||
|
Libs.private: @LIBS@ -lcrypto
|
||
|
Cflags: -I${includedir}
|