summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/coreutils-common.morph5
-rw-r--r--strata/coreutils-common/grep.morph7
2 files changed, 12 insertions, 0 deletions
diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph
index 2ad2d866..7174b657 100644
--- a/strata/coreutils-common.morph
+++ b/strata/coreutils-common.morph
@@ -38,3 +38,8 @@ chunks:
repo: upstream:findutils
ref: ee6b25541336f9d74624ca814538ddc8c67f0732
unpetrify-ref: baserock/v4.5.14
+- name: grep
+ morph: strata/coreutils-common/grep.morph
+ repo: upstream:grep
+ ref: d930f765041bb2ad936056ddfdad60042d44bd9d
+ unpetrify-ref: v2.21
diff --git a/strata/coreutils-common/grep.morph b/strata/coreutils-common/grep.morph
new file mode 100644
index 00000000..7bd775a9
--- /dev/null
+++ b/strata/coreutils-common/grep.morph
@@ -0,0 +1,7 @@
+name: grep
+kind: chunk
+build-system: autotools
+configure-commands:
+- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+- bash bootstrap --skip-po
+- ./configure --prefix= --disable-gcc-warnings