Initial Commit
This commit is contained in:
12
openssl-1.0.2f/libcrypto.pc
Normal file
12
openssl-1.0.2f/libcrypto.pc
Normal file
@@ -0,0 +1,12 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 1.0.2f
|
||||
Requires:
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -ldl
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user