Browse code

Fix the one spot I missed dockerversion

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/02/12 10:23:17
Showing 1 changed files
... ...
@@ -83,7 +83,7 @@ fi
83 83
 
84 84
 # Use these flags when compiling the tests and final binary
85 85
 LDFLAGS='-X github.com/dotcloud/docker/dockerversion.GITCOMMIT "'$GITCOMMIT'" -X github.com/dotcloud/docker/dockerversion.VERSION "'$VERSION'" -w'
86
-LDFLAGS_STATIC='-X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"'
86
+LDFLAGS_STATIC='-X github.com/dotcloud/docker/dockerversion.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"'
87 87
 BUILDFLAGS='-tags netgo -a'
88 88
 
89 89
 HAVE_GO_TEST_COVER=