mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
30dc37d798
With this, the pkg-config files take better advantage of relative directory values. Fixes #24298 Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24687)
14 lines
547 B
PkgConfig
14 lines
547 B
PkgConfig
prefix={- $OpenSSL::safe::installdata::PREFIX -}
|
|
exec_prefix=${prefix}
|
|
libdir={- $OpenSSL::safe::installdata::LIBDIR_REL_PREFIX
|
|
? '${exec_prefix}/' . $OpenSSL::safe::installdata::LIBDIR_REL_PREFIX
|
|
: $OpenSSL::safe::installdata::libdir -}
|
|
includedir=${prefix}/{- $OpenSSL::safe::installdata::INCLUDEDIR_REL_PREFIX -}
|
|
|
|
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}
|