Guest User

Untitled

a guest
Sep 27th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mbarisa@ubuntu:/usr/local/ssl/android-18/lib/pkgconfig$ cat libcrypto.pc
  2. prefix=/usr/local/ssl/android-18
  3. exec_prefix=${prefix}
  4. libdir=${exec_prefix}/lib
  5. includedir=${prefix}/include
  6.  
  7. Name: OpenSSL-libcrypto
  8. Description: OpenSSL cryptography library
  9. Version: 1.0.1j
  10. Requires:
  11. Libs: -L${libdir} -lcrypto
  12. Libs.private: -ldl
  13. Cflags: -I${includedir}
Add Comment
Please, Sign In to add comment