summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/coreutils.morph
blob: ad6b2c32d3d8294fe74cb37b763f8bc12ae74572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: coreutils
kind: chunk
build-system: autotools
pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- bash bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
configure-commands:
- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
build-commands:
- make WERROR_CFLAGS=
install-commands:
- make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install