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 /libcrypto.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 'libcrypto.pc.in')
-rw-r--r-- | libcrypto.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in new file mode 100644 index 0000000..4e886b9 --- /dev/null +++ b/libcrypto.pc.in | |||
@@ -0,0 +1,15 @@ | |||
1 | #libcrypto pkg-config source file | ||
2 | |||
3 | prefix=@prefix@ | ||
4 | exec_prefix=@exec_prefix@ | ||
5 | libdir=@libdir@ | ||
6 | includedir=@includedir@ | ||
7 | |||
8 | Name: LibreSSL-libssl | ||
9 | Description: Secure Sockets Layer and cryptography libraries | ||
10 | Version: @VERSION@ | ||
11 | Requires: | ||
12 | Conflicts: | ||
13 | Libs: -L${libdir} -lcrypto | ||
14 | Libs.private: @LIBS@ | ||
15 | Cflags: -I${includedir} | ||