1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 20:01:39 +00:00
morpheus/pkgs/libevent/build
Daniel Bainton ac90eb3aa3 Move each package to their own dir
Also support for the $pkgdir variable in build files, which will include
the full path to the directory of the package (for patches, configs etc)
2014-03-09 13:56:35 +02:00

9 lines
210 B
Plaintext

v="2.0.21"
url="$mirror/libevent-$v-stable.tar.gz"
build: crossmusl
cd src/libevent-$v-stable
CC="$CC -static" ./configure --prefix="$libcroot" --disable-shared --enable-static
make -j$nprocs
make install