From c7d85d6fc8d10b5d7a836bfd6653dd7059280f47e163f755eaea0ae03902ab3c Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 21 Jan 2016 15:14:37 +0000 Subject: [PATCH] add fix for gcc5 socket issue OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=52 --- docker.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker.spec b/docker.spec index 4535a7d..d14e9d0 100644 --- a/docker.spec +++ b/docker.spec @@ -54,6 +54,8 @@ Patch4: fix_cgroup.parent_path_sanitisation.patch # Right now docker passes the sha1sum of the dockerinit binary to the docker binary at build time # We cannot do that, right now a quick and really dirty way to get it running is # to simply disable this check +# Required to overcome some limitations of gcc-go: https://groups.google.com/forum/# !msg/golang-nuts/SlGCPYkjxo4/4DjcjXRCqAkJ +Patch5: gcc5_socket_workaround.patch Patch100: ignore-dockerinit-checksum.patch Patch101: gcc-go-patches.patch Patch102: add_bolt_ppc64.patch @@ -156,6 +158,7 @@ Test package for docker. It contains the source code and the tests. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %ifnarch %go_arches %patch100 -p1 %patch101 -p0