aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/libcrypto.pc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/libcrypto.pc')
-rw-r--r--crypto/openssl/libcrypto.pc13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/openssl/libcrypto.pc b/crypto/openssl/libcrypto.pc
new file mode 100644
index 000000000000..97725059adfb
--- /dev/null
+++ b/crypto/openssl/libcrypto.pc
@@ -0,0 +1,13 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}
+includedir=${prefix}/include ${prefix}/./include
+enginesdir=${libdir}/engines
+modulesdir=${libdir}/providers
+
+Name: OpenSSL-libcrypto
+Description: OpenSSL cryptography library
+Version: 3.5.1
+Libs: -L${libdir} -lcrypto
+Libs.private: -pthread
+Cflags: -I${prefix}/include -I${prefix}/./include