Browse code

Fix dynbinary with new autogen code

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>

Tianon Gravi authored on 2015/02/24 03:19:51
Showing 1 changed files
... ...
@@ -15,6 +15,7 @@ fi
15 15
 
16 16
 (
17 17
 	export IAMSTATIC="false"
18
+	export LDFLAGS_STATIC_DOCKER=''
18 19
 	export BUILDFLAGS=( "${BUILDFLAGS[@]/netgo /}" ) # disable netgo, since we don't need it for a dynamic binary
19 20
 	export BUILDFLAGS=( "${BUILDFLAGS[@]/static_build /}" ) # we're not building a "static" binary here
20 21
 	source "$(dirname "$BASH_SOURCE")/binary"