]> git.pld-linux.org Git - packages/docker.git/blobdiff - docker.spec
build proxy-dynamic
[packages/docker.git] / docker.spec
index dddb4989561437e4681f37c72e1fc4720a38e614..da58606331a28721ae625dde977915948c4f4150 100644 (file)
@@ -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
 
This page took 0.059889 seconds and 4 git commands to generate.