diff options
| author | Narayan Kamath <narayan@google.com> | 2017-09-13 12:53:52 +0100 |
|---|---|---|
| committer | Narayan Kamath <narayan@google.com> | 2017-09-13 14:18:03 +0100 |
| commit | fc74cb45eafe51162b10a850016c6d2e1f8fd23c (patch) | |
| tree | 203fb0f2feed47099e5bf999bcaff954f5c0e49d /libevent_openssl.pc.in | |
| parent | 9dfd4017adef7eaf179f743bf746254917a4fb74 (diff) | |
| download | platform_external_libevent-fc74cb45eafe51162b10a850016c6d2e1f8fd23c.tar.gz platform_external_libevent-fc74cb45eafe51162b10a850016c6d2e1f8fd23c.tar.bz2 platform_external_libevent-fc74cb45eafe51162b10a850016c6d2e1f8fd23c.zip | |
Revert "Revert "Upgrade to 2.1.8-stable (2017-01-22)." and "Probably Mac build fix?""
This reverts commit 83a0c9c65a60a92d3ea5542596b3ba56db492c37.
Bug: 64543673
Test: make checkbuild
Test: Manual tombstoned test
Change-Id: I84bb128d1dec433195f2cbdbf70236ba17fa9955
Diffstat (limited to 'libevent_openssl.pc.in')
| -rw-r--r-- | libevent_openssl.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libevent_openssl.pc.in b/libevent_openssl.pc.in index 9624cf2..a65d1e0 100644 --- a/libevent_openssl.pc.in +++ b/libevent_openssl.pc.in @@ -11,6 +11,6 @@ Version: @VERSION@ Requires: libevent Conflicts: Libs: -L${libdir} -levent_openssl -Libs.private: @LIBS@ -lssl -lcrypto -Cflags: -I${includedir} +Libs.private: @LIBS@ @OPENSSL_LIBS@ +Cflags: -I${includedir} @OPENSSL_INCS@ |
