9 lines
317 B
PkgConfig
9 lines
317 B
PkgConfig
libdir={- $OpenSSL::safe::installdata::LIBDIR -}
|
|
includedir={- $OpenSSL::safe::installdata::INCLUDEDIR -}
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: {- $OpenSSL::safe::installdata::VERSION -}
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${includedir}
|