From 3f5d8276a0c7570f1bf462d339003e61fead7295 Mon Sep 17 00:00:00 2001 From: virtbuilder_pel7ppc64bebuilder0 Date: Mon, 5 Aug 2019 11:24:49 +0200 Subject: [PATCH] podman add ppc64 changes Signed-off-by: virtbuilder_pel7ppc64bebuilder0 --- SPECS/podman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 1e400bc..4149fc8 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -412,6 +412,9 @@ export GO111MODULE=off # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" export GO111MODULE=off +%ifarch ppc64 +export CGO_ENABLED=1 +%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote