aboutsummaryrefslogtreecommitdiff
path: root/extra/libev/build
blob: 2a87b6d9b781226dc4fa70a5f9b23b522c8139a9 (plain)
1
2
3
4
5
6
7
8
9
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"