Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
| ... | ... |
@@ -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= |