1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 13:38:34 +00:00
morpheus/pkgs/make
2014-03-01 01:45:56 +02:00

9 lines
164 B
Plaintext

v="3.82"
url="$mirror/make-$v.tar.bz2"
build: crossmusl
cd src/make-$v
CC="$CC -static" ./configure --prefix="$root" --disable-nls
make -j$nprocs
make install