[Libevent-users] [PATCH] Add autoconf/make functionality for
--disable-dns, --disable-http, and --disable-bevents
Chris Brody-GMail
chris.brody at gmail.com
Wed Oct 3 06:12:22 EDT 2007
On 10/3/07, Scott Lamb <slamb at slamb.org> wrote:
[...]
> I think the -levent-core -lev-http approach makes sense, but (quoting
> Nick Mathewson's email):
[...]
I hope this will be possible. We actually have one process that only
uses "event-core" and another process that also needs "ev-http".
> Due to a lack of "official" RPM, my company is building libevent
> ourselves, so I would like to try Christopher's patches to Makefile.am
> & configure.in internally and report the results.
I have made a patch based on the original idea, to patch the automake
files and a few tests and uploaded them to:
* http://chris.brody.googlepages.com/libevent_ac_cjb_20071002.diff.txt
* http://chris.brody.googlepages.com/libevent_test_cjb_20071002.diff.txt
However, this does not help us since different processes use different parts.
In addition, the original proposal makes a separate evbuffer.h header
file. Such modular design is very important for object-oriented
programming. For example: http://repo.or.cz/w/eventxx.git
More information about the Libevent-users
mailing list