diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
commit | 65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch) | |
tree | 6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /openssl.pc.in | |
parent | 6017202b77e4483b6ac5db7bb48932f2e7411245 (diff) | |
download | portable-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.in | 11 |
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 | |||
3 | prefix=@prefix@ | ||
4 | exec_prefix=@exec_prefix@ | ||
5 | libdir=@libdir@ | ||
6 | includedir=@includedir@ | ||
7 | |||
8 | Name: LibreSSL | ||
9 | Description: Secure Sockets Layer and cryptography libraries and tools | ||
10 | Version: @VERSION@ | ||
11 | Requires: libssl libcrypto | ||