mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
4ff631ec0a
This commit also moves the event.h header into /usr/include/libev/ to avoid conflicts with libevent (shouldn't break anything on SBo). Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
595 B
Text
12 lines
595 B
Text
libev (a high-performance event loop/model)
|
|
|
|
Libev is modelled (very loosely) after libevent and the Event perl
|
|
module, but is faster, scales better and is more correct, and also
|
|
more featureful. And also smaller. Yay.
|
|
|
|
Note: libev and libevent both have a usr/include/event.h
|
|
header file. This could have lead to compile problems if both
|
|
packages were installed at the same time, so it has been moved to
|
|
usr/include/libev/event.h. Add CPPFLAGS="-I/usr/include/libev" to
|
|
the SlackBuild if the software you're building over this needs the
|
|
libevent compatibility layer (lighttpd2 and i3 don't).
|