Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / openssl / libssl.pc
blob5d4b57eb5e8fa8f05a270d354dba1756dccad5fe
1 prefix=/etc
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: OpenSSL
7 Description: Secure Sockets Layer and cryptography libraries
8 Version: 1.0.1c
9 Requires: 
10 Libs: -L${libdir} -lssl -lcrypto
11 Libs.private: -Wl,--gc-sections -ldl
12 Cflags: -I${includedir}