libcrypto.pc 328 B

123456789101112
  1. prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.0.2g/release
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: OpenSSL-libcrypto
  6. Description: OpenSSL cryptography library
  7. Version: 1.0.2g
  8. Requires:
  9. Libs: -L${libdir} -lcrypto
  10. Libs.private:
  11. Cflags: -I${includedir}