24376511 docker should add developer/golang to REQUIRED_PACKAGES in the Makefile (fix sparc)
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 29 Jul 2016 16:48:36 -0700
changeset 6531 090f9e873dbb
parent 6530 c9012715dd1d
child 6532 611180e7af31
24376511 docker should add developer/golang to REQUIRED_PACKAGES in the Makefile (fix sparc)
components/docker/Makefile
--- a/components/docker/Makefile	Fri Jul 29 14:41:14 2016 -0600
+++ b/components/docker/Makefile	Fri Jul 29 16:48:36 2016 -0700
@@ -71,7 +71,9 @@
 endif
 
 REQUIRED_PACKAGES += database/sqlite-3
+ifeq ($(MACH), i386)
 REQUIRED_PACKAGES += developer/golang
+endif
 REQUIRED_PACKAGES += system/core-os
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/zones