forked from pool/docker
add fix for gcc5 socket issue
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=52
This commit is contained in:
parent
91c98f7c10
commit
c7d85d6fc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user