summaryrefslogtreecommitdiff
path: root/strata/build-essential-musl/musl.morph
blob: de53b466e36fbea51008d405556dcce07e27db71 (plain)
1
2
3
4
5
6
7
8
9
name: musl
kind: chunk
configure-commands:
- ./configure --prefix="$PREFIX"
build-commands:
- make
install-commands:
- make install
- install -d "$DESTDIR/etc" ; echo "/usr/lib64:/usr/lib" >> "$DESTDIR/etc/ld-musl-x86_64.path"