summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-13 12:21:05 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-17 17:13:43 +0000
commit4b33e710f7da79a9b69bf636ab1329d9bcc9671e (patch)
tree5c71fcf427f9861b10658450ff07aeb99ede2455
parente3e0baf91a5f0e1bcd1fad06345bbe4ec88fad1d (diff)
downloaddefinitions-4b33e710f7da79a9b69bf636ab1329d9bcc9671e.tar.gz
Upgrade GNU tar to 1.28 to be glibc compatible
-rw-r--r--strata/webtools.morph4
-rw-r--r--strata/webtools/tar.morph2
2 files changed, 3 insertions, 3 deletions
diff --git a/strata/webtools.morph b/strata/webtools.morph
index fd893ae6..8df32e9c 100644
--- a/strata/webtools.morph
+++ b/strata/webtools.morph
@@ -19,8 +19,8 @@ chunks:
- name: tar
morph: strata/webtools/tar.morph
repo: upstream:tar
- ref: 0492b656656ca7973b126b8c117804d80952de48
- unpetrify-ref: baserock/morph
+ ref: 9a58d148c26c220cb1b163c71e7a51a2e41f6b37
+ unpetrify-ref: baserock/release_1_28
build-depends: []
- name: pip
repo: upstream:pip.git
diff --git a/strata/webtools/tar.morph b/strata/webtools/tar.morph
index 2253e3b7..9219abeb 100644
--- a/strata/webtools/tar.morph
+++ b/strata/webtools/tar.morph
@@ -3,7 +3,7 @@ kind: chunk
configure-commands:
- bash bootstrap --skip-po
- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
- --disable-nls
+ --disable-nls --disable-gcc-warnings
build-commands:
- make
install-commands: