aboutsummaryrefslogtreecommitdiff
path: root/extra/libevent/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-25 14:03:16 +0300
committerCem Keylan <cem@ckyln.com>2020-01-25 14:03:16 +0300
commit0ad03e0c35855bd85a5264c87098e2eb554ec06a (patch)
treed4b5d03a252be96fb81631163b9c35da48c375f3 /extra/libevent/build
parent82499a8c939250010f1a115de1c0a60a941b5b43 (diff)
downloadrepository-0ad03e0c35855bd85a5264c87098e2eb554ec06a.tar.gz
libevent: add to extra
Diffstat (limited to 'extra/libevent/build')
-rwxr-xr-xextra/libevent/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libevent/build b/extra/libevent/build
new file mode 100755
index 00000000..7ca84fcf
--- /dev/null
+++ b/extra/libevent/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-static
+
+make
+make DESTDIR="$1" install