23293944 do not publish libvpx when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 16:56:53 -0700
changeset 6003 471c600681fd
parent 6002 419817b84df0
child 6004 d8af8c006c17
23293944 do not publish libvpx when BUILD_TYPE=evaluation
components/desktop/libvpx/Makefile
--- a/components/desktop/libvpx/Makefile	Mon May 16 16:48:41 2016 -0700
+++ b/components/desktop/libvpx/Makefile	Mon May 16 16:56:53 2016 -0700
@@ -39,6 +39,14 @@
 COMPONENT_BUGDB=	library/libvpx
 TPNO=			25516
 
+# Requires newer version of system/linker from ON, available in S12 but not
+# 11.3, so do not publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+ 
 # Required for 64-bit builds.
 LDFLAGS += $(CC_BITS)
 LDFLAGS += -Wl,-zgnu-version-script-compat