From 4b33e710f7da79a9b69bf636ab1329d9bcc9671e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 13 Nov 2014 12:21:05 +0000 Subject: Upgrade GNU tar to 1.28 to be glibc compatible --- strata/webtools.morph | 4 ++-- strata/webtools/tar.morph | 2 +- 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: -- cgit v1.2.1