From 077326091dc10a23e33f9334af4225ce32aa6744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 15 Nov 2016 15:45:40 +0200 Subject: [PATCH] build proxy-dynamic --- docker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker.spec b/docker.spec index dddb498..da58606 100644 --- a/docker.spec +++ b/docker.spec @@ -17,7 +17,7 @@ Summary: Docker: the open-source application container engine Name: docker Version: 1.13.0 -Release: 0.5 +Release: 0.6 License: Apache v2.0 Group: Applications/System # https://github.com/docker/docker/releases @@ -170,7 +170,7 @@ export DOCKER_GITCOMMIT="pld/%{version}" %{__make} -C containerd # build docker-proxy -go build -ldflags="$PROXY_LDFLAGS" \ +go build -ldflags="-linkmode=external" \ -o docker-proxy \ github.com/docker/libnetwork/cmd/proxy