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