summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-toybox.morph
blob: eff4687509311aa2f3ad76b5804ff45c0ece5c25 (plain)
1
2
3
4
5
6
7
8
9
10
name: stage2-toybox
kind: chunk
configure-commands:
- chmod +x ./configure
- ./configure --prefix="$PREFIX"
build-commands:
- CFLAGS="--static" make defconfig
- make toybox
install-commands:
- PREFIX="$DESTDIR$PREFIX" make install