libressl-portable/libssl.pc.in
kinichiro 5b91c428d3 Update pc files
- Remove Requires: and Conflicts:
- libssl.pc does not need to have Libs.private:
  since Requires.private: provides required
2021-06-09 19:40:56 +09:00

14 lines
293 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.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}