golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/linux-ppc64/osuosl/deb-patches/golang-defaults-hack.patch (about) 1 From 4bd7adfd4bb0d4b0edc00e2289300b1e8d381b25 Mon Sep 17 00:00:00 2001 2 From: "Paul E. Murphy" <murp@ibm.com> 3 Date: Tue, 4 Oct 2022 20:35:24 +0000 4 Subject: [PATCH] HACK: build for ppc64 5 6 This was disabled because golang doesn't support <P8 anymore. 7 8 This is needed to build docker.io 9 --- 10 debian/control | 4 ++-- 11 1 file changed, 2 insertions(+), 2 deletions(-) 12 13 diff --git a/debian/control b/debian/control 14 index bee3f27..cea1ced 100644 15 --- a/debian/control 16 +++ b/debian/control 17 @@ -18,7 +18,7 @@ Vcs-Git: https://salsa.debian.org/go-team/compiler/golang-defaults.git 18 Homepage: https://golang.org 19 20 Package: golang-go 21 -Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x 22 +Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x 23 Multi-Arch: same 24 Depends: golang-${golang:GOVER}-go, 25 golang-src (>= ${source:Version}), 26 @@ -150,7 +150,7 @@ Description: Go programming language - documentation 27 http://localhost:6060/doc/install.html. 28 29 Package: golang 30 -Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x 31 +Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x 32 Multi-Arch: same 33 Depends: golang-${golang:GOVER}, 34 golang-doc (>= ${source:Version}), 35 -- 36 2.37.2 37