summaryrefslogtreecommitdiffstats
path: root/libraries/libev/README
diff options
context:
space:
mode:
author ponce2012-05-28 09:54:18 +0200
committer Robby Workman2012-08-21 15:55:33 +0200
commit4ff631ec0a3a1a336f9d5c328ca4c166f0b4ebc6 (patch)
treebfb25c716214505a974dc28efd17c3e37c9b7683 /libraries/libev/README
parentc983442ea0b7d411d6e3e1dfee0c1117d281fa41 (diff)
downloadslackbuilds-4ff631ec0a3a1a336f9d5c328ca4c166f0b4ebc6.tar.gz
libraries/libev: Updated for version 4.11.
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>
Diffstat (limited to 'libraries/libev/README')
-rw-r--r--libraries/libev/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/libev/README b/libraries/libev/README
index ba522d4f7a..f7826e9dd5 100644
--- a/libraries/libev/README
+++ b/libraries/libev/README
@@ -5,5 +5,8 @@ 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 lead to compile problems if both
-packages are installed at the same time.
+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).