From 95189389b0a53bc56e028230bfa0f0b8b89105a2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 17 Nov 2002 08:03:24 +0000 Subject: [PATCH] Add the file openssl.pc that I forgot a while ago. --- openssl.pc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openssl.pc diff --git a/openssl.pc b/openssl.pc new file mode 100644 index 0000000000..63ca868391 --- /dev/null +++ b/openssl.pc @@ -0,0 +1,11 @@ +prefix=/usr/local/ssl +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: OpenSSL +Description: Secure Sockets Layer and cryptography libraries and tools +Version: 0.9.8-dev +Requires: +Libs: -L${libdir} -lssl -lcrypto -ldl +Cflags: -I${includedir} -- 2.25.1