aboutsummaryrefslogtreecommitdiff
path: root/libssl.pc.in
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
commit65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch)
tree6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /libssl.pc.in
parent6017202b77e4483b6ac5db7bb48932f2e7411245 (diff)
downloadportable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.gz
portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.bz2
portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.zip
add platform libraries to libcompat's LIBADD list
ok beck@
Diffstat (limited to 'libssl.pc.in')
-rw-r--r--libssl.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/libssl.pc.in b/libssl.pc.in
new file mode 100644
index 0000000..43b8bb7
--- /dev/null
+++ b/libssl.pc.in
@@ -0,0 +1,16 @@
1#libssl pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: LibreSSL-libssl
9Description: Secure Sockets Layer and cryptography libraries
10Version: @VERSION@
11Requires:
12Requires.private: libcrypto
13Conflicts:
14Libs: -L${libdir} -lssl
15Libs.private: @LIBS@ -lcrypto
16Cflags: -I${includedir}