FIXES #5398: pkg/graphdb build only dependent on cgo tag

Docker-DCO-1.1-Signed-off-by: Bryan Matsuo <bryan.matsuo@gmail.com> (github: bmatsuo)
Upstream-commit: 99284a24e76bf52582e5b70ad28b6371bd4f4b42
Component: engine
This commit is contained in:
Bryan Matsuo
2014-04-30 11:57:10 -06:00
parent 86a52049b2
commit a71820a585
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// +build linux,amd64 freebsd,cgo
// +build cgo
package graphdb
@@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !cgo
package graphdb