23526655 do not publish glib-networking when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 03 Jun 2016 07:52:56 -0700
changeset 6142 cd002d58f339
parent 6141 bd1d0f3bee62
child 6143 30e3c85400c2
23526655 do not publish glib-networking when BUILD_TYPE=evaluation
components/gnome/glib-networking/Makefile
--- a/components/gnome/glib-networking/Makefile	Fri Jun 03 07:54:24 2016 -0700
+++ b/components/gnome/glib-networking/Makefile	Fri Jun 03 07:52:56 2016 -0700
@@ -36,6 +36,13 @@
 
 TPNO=			25285
 
+# Needs updated glib2, not available on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/gnome-component.mk
 
 # Force use of gnutls-3 pkgconfig during 2.x->3.x transition