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

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: 85357a1167f22be9606b770a872339df459af490
Component: engine
This commit is contained in:
Aaron Lehmann
2017-03-29 17:55:42 -07:00
parent eb7698949e
commit ebb760e3cd
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