1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

docker-proxy: Force external linking to add BuildID information to please rpm

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass 2016-07-12 19:59:48 -07:00
parent dd05a2c0be
commit 9a690d3544

View file

@ -11,5 +11,6 @@ set -e
source "${MAKEDIR}/.binary"
export BINARY_SHORT_NAME='docker-proxy'
export SOURCE_PATH='./vendor/src/github.com/docker/libnetwork/cmd/proxy'
export LDFLAGS_STATIC_DOCKER='-linkmode=external'
source "${MAKEDIR}/.binary"
)