From 8d2e6b6c7a764284e7dacc15698452d6e19be977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 11 Feb 2015 13:15:06 +0000 Subject: Use GNU 'diff' instead the one from busybox The busybox version caused problems with some packages --- strata/coreutils-common.morph | 7 +++++++ strata/coreutils-common/diff.morph | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 strata/coreutils-common/diff.morph diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph index 427199a3..2051cf50 100644 --- a/strata/coreutils-common.morph +++ b/strata/coreutils-common.morph @@ -20,3 +20,10 @@ chunks: unpetrify-ref: baserock/morph build-depends: - coreutils +- name: diff + morph: strata/coreutils-common/diff.morph + repo: upstream:diffutils + ref: bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e + unpetrify-ref: baserock/v3.3 + build-depends: + - coreutils diff --git a/strata/coreutils-common/diff.morph b/strata/coreutils-common/diff.morph new file mode 100644 index 00000000..7d783d71 --- /dev/null +++ b/strata/coreutils-common/diff.morph @@ -0,0 +1,6 @@ +name: diff +kind: chunk +build-system: autotools +configure-commands: +- ./bootstrap --skip-po +- ./configure --prefix="$PREFIX" -- cgit v1.2.1