23607853 do not publish p11-kit when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 17 Jun 2016 09:39:09 -0700
changeset 6249 ac3872433ff2
parent 6248 bc140e732c9e
child 6250 4fde505e37d7
23607853 do not publish p11-kit when BUILD_TYPE=evaluation
components/desktop/p11-kit/Makefile
--- a/components/desktop/p11-kit/Makefile	Fri Jun 17 09:25:36 2016 -0700
+++ b/components/desktop/p11-kit/Makefile	Fri Jun 17 09:39:09 2016 -0700
@@ -37,6 +37,13 @@
 
 TPNO=			25611
 
+# Needs header updates from ON, available in S12 but not S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/common.mk
 
 studio_C99MODE=$(studio_C99_ENABLE)