Jay Freeman (saurik)
3da71856a7
Fix build w/o OpenSSL by w/ MbedTLS
...
In 78fa3971be892194aa168c04fc34bf5f2cd99b99 from
https://github.com/libevent/libevent/pull/1241#commitcomment-63865496 a
new "if MBEDTLS" block was added to include/include.am. This is not
parsed by automake as it isn't on the first column, resulting in a
subsequent error in the build.
From [1]:
> The if, else, and endif statements should not be indented, i.e., start on column one.
[1]: https://www.gnu.org/software/automake/manual/html_node/Usage-of-Conditionals.html
Fixes : #1251
Fixes : google/oss-fuzz#7149
2022-02-12 22:57:30 +03:00
Dmitry Ilyin
78fa3971be
Fix make install failed when Automake used and both OpenSSL and MbedTLS are activated
...
Issue:
https://github.com/libevent/libevent/pull/1241#commitcomment-63865496
2022-01-15 08:30:26 +03:00
Dmitry Ilyin
2db55e43cf
Install bufferevent_ssl.h with MbedTLS support also
2021-12-15 21:27:21 +03:00
Azat Khuzhin
5388a002f5
autotools: do not install bufferevent_ssl.h under --disable-openssl
...
Refs: https://github.com/libevent/libevent/issues/760#issuecomment-502345788
2019-06-26 09:47:36 +03:00
Dan Rosen
2f184f8bbf
evwatch: Add "prepare" and "check" watchers.
...
Adds two new callbacks: "prepare" watchers, which fire immediately
before we poll for I/O, and "check" watchers, which fire immediately
after we finish polling and before we process events. This allows other
event loops to be embedded into libevent's, and enables certain
performance monitoring.
Closes : #710
2019-04-03 12:44:50 -04:00
Trond Norbye
4545fa9b68
Add option to build shared library
2014-02-25 14:57:24 +01:00
Nick Mathewson
6cdfeebebc
Rename subordinate Makefile.ams to include.am
2012-08-28 16:01:14 -04:00