From 2f7f43132af8bb0b3c500037156dfd3479dfc0c6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 2 Oct 2017 10:40:43 +0100 Subject: core: Update SQLite and GNU File to fix build on pp64l We build these projects from tarballs, and the tarballs that we were using both had outdated versions of the `config.guess` script (part of Autoconf). Building on ppc64l requires a version of config.guess that is new enough to know about the ppc64 little endian architure. --- strata/core.morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/strata/core.morph b/strata/core.morph index c8784d38..cb1e1e25 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -77,8 +77,8 @@ chunks: unpetrify-ref: libtool-2.4.6 - name: file repo: upstream:file - ref: 670c2bbcffe873a2b8589ed140c12e7923ef20c0 - unpetrify-ref: file-5.22 + ref: 10429269fbeb9442be4c5592b9111ccedbfefd0d + unpetrify-ref: file-5.32 build-system: autotools - name: libexpat morph: strata/core/libexpat.morph @@ -121,8 +121,8 @@ chunks: - libtool-tarball - name: sqlite3 repo: upstream:sqlite3 - ref: 24adc227bc29cd17e39df097fbca389c7724cd14 - unpetrify-ref: sqlite-autoconf-3080801 + ref: 08944810f3b9632de38ae92499c63464f212e0fe + unpetrify-ref: sqlite-autoconf-3200100 build-system: autotools - name: python3 morph: strata/core/python3.morph -- cgit v1.2.1