[packages/docker] build proxy-dynamic
glen
glen at pld-linux.org
Tue Nov 15 14:46:33 CET 2016
commit 077326091dc10a23e33f9334af4225ce32aa6744
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 15 15:45:40 2016 +0200
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/docker.git/commitdiff/077326091dc10a23e33f9334af4225ce32aa6744
More information about the pld-cvs-commit
mailing list