mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
hack: remove ORIG_BUILDFLAGS var
This var was used for the cross target but it has been removed in8086f40123so not necessary anymore Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commitb80f16157e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
df2fe70049
commit
96746238b2
@@ -112,11 +112,7 @@ fi
|
||||
|
||||
LDFLAGS_STATIC=''
|
||||
EXTLDFLAGS_STATIC='-static'
|
||||
# ORIG_BUILDFLAGS is necessary for the cross target which cannot always build
|
||||
# with options like -race.
|
||||
ORIG_BUILDFLAGS=(-tags "netgo osusergo static_build $DOCKER_BUILDTAGS")
|
||||
|
||||
BUILDFLAGS=(${BUILDFLAGS} "${ORIG_BUILDFLAGS[@]}")
|
||||
BUILDFLAGS=(${BUILDFLAGS} -tags "netgo osusergo static_build $DOCKER_BUILDTAGS")
|
||||
|
||||
LDFLAGS_STATIC_DOCKER="
|
||||
$LDFLAGS_STATIC
|
||||
|
||||
Reference in New Issue
Block a user