summaryrefslogtreecommitdiff
path: root/elements/coreutils.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/coreutils.bst')
-rw-r--r--elements/coreutils.bst12
1 files changed, 11 insertions, 1 deletions
diff --git a/elements/coreutils.bst b/elements/coreutils.bst
index f1a18041..5b063b6f 100644
--- a/elements/coreutils.bst
+++ b/elements/coreutils.bst
@@ -1,4 +1,5 @@
kind: autotools
+
depends:
- filename: core/bash.bst
type: build
@@ -18,6 +19,14 @@ depends:
type: build
- filename: core/gperf.bst
type: build
+## EXTRA DEPENDENCIES
+- filename: gnu-toolchain.bst
+ type: build
+- filename: core/texinfo-tarball.bst
+ type: build
+- filename: core/mini-utils.bst
+ type: build
+
sources:
- kind: git
url: upstream:coreutils
@@ -26,10 +35,11 @@ sources:
submodules:
gnulib:
url: upstream:gnulib
+
config:
configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- - bash bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+ - bash bootstrap --skip-po --no-git --no-bootstrap-sync --gnulib-srcdir=gnulib
- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="%{prefix}" --disable-nls
build-commands:
- make WERROR_CFLAGS=