libssl.pc 290 B

123456789101112
  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: OpenSSL-libssl
  6. Description: Secure Sockets Layer and cryptography libraries
  7. Version: 1.0.2j
  8. Requires.private: libcrypto
  9. Libs: -L${libdir} -lssl
  10. Libs.private: -lgcc -ldl
  11. Cflags: -I${includedir}