Advertisement
timcowchip

openssl.pc

Aug 18th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. prefix=/usr/share/openssl
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5.  
  6. Name: OpenSSL
  7. Description: Secure Sockets Layer and cryptography libraries and tools
  8. Version: 0.9.7b
  9. Requires:
  10. Libs: -L${libdir} -lssl -lcrypto -ldl
  11. Cflags: -I${includedir}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement