aboutsummaryrefslogtreecommitdiff
path: root/openssl.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 /openssl.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 'openssl.pc.in')
-rw-r--r--openssl.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openssl.pc.in b/openssl.pc.in
new file mode 100644
index 0000000..b4acfa5
--- /dev/null
+++ b/openssl.pc.in
@@ -0,0 +1,11 @@
1#openssl pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: LibreSSL
9Description: Secure Sockets Layer and cryptography libraries and tools
10Version: @VERSION@
11Requires: libssl libcrypto