]> git.pld-linux.org Git - packages/docker.git/commitdiff
build proxy-dynamic
authorElan Ruusamäe <glen@delfi.ee>
Tue, 15 Nov 2016 13:45:40 +0000 (15:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 15 Nov 2016 13:45:40 +0000 (15:45 +0200)
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
 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
 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
 %{__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
 
        -o docker-proxy \
        github.com/docker/libnetwork/cmd/proxy
 
This page took 0.078548 seconds and 4 git commands to generate.