aboutsummaryrefslogtreecommitdiff
path: root/community/libevent/build
blob: 657025c6229f075eeb4f3afec74a9059142745b5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-shared \
    --enable-function-sections

make
make DESTDIR="$1" install