Make pkg/devicemapper and pkg/loopback depend on cgo in build tags

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2017-03-29 17:55:42 -07:00
parent 8eb7edab7c
commit 85357a1167
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux,!libdm_no_deferred_remove
// +build linux,cgo,!libdm_no_deferred_remove
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux,libdm_no_deferred_remove
// +build linux,cgo,libdm_no_deferred_remove
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devicemapper

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package loopback

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package loopback

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package loopback

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package loopback