Add the file openssl.pc that I forgot a while ago.
This commit is contained in:
parent
b4b82ab465
commit
95189389b0
11
openssl.pc
Normal file
11
openssl.pc
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=/usr/local/ssl
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 0.9.8-dev
|
||||
Requires:
|
||||
Libs: -L${libdir} -lssl -lcrypto -ldl
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user