aboutsummaryrefslogtreecommitdiff
path: root/extra/libev/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libev/build')
-rwxr-xr-xextra/libev/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/libev/build b/extra/libev/build
new file mode 100755
index 00000000..2a87b6d9
--- /dev/null
+++ b/extra/libev/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
+
+# Remove compatibility header which conflicts with 'libevent'.
+rm -f "$1/usr/include/event.h"