1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:58:32 +00:00
morpheus/pkgs/libevent/build

9 lines
210 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="2.0.21"
url="$mirror/libevent-$v-stable.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/libevent-$v-stable
CC="$CC -static" ./configure --prefix="$libcroot" --disable-shared --enable-static
make -j$nprocs
make install