diff options
Diffstat (limited to 'community/libevent/build')
| -rwxr-xr-x | community/libevent/build | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/community/libevent/build b/community/libevent/build new file mode 100755 index 00000000..657025c6 --- /dev/null +++ b/community/libevent/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ +    --prefix=/usr \ +    --disable-shared \ +    --enable-function-sections + +make +make DESTDIR="$1" install | 
