24476262 pkg back-traces on s11.3 with s12 m2crypto => do-not-publish
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 19 Aug 2016 08:48:02 -0700
changeset 6641 39b415d5cfb7
parent 6640 fd848af73662
child 6642 98b2ddf3132d
24476262 pkg back-traces on s11.3 with s12 m2crypto => do-not-publish
components/python/m2crypto/Makefile
--- a/components/python/m2crypto/Makefile	Fri Aug 19 08:46:07 2016 -0700
+++ b/components/python/m2crypto/Makefile	Fri Aug 19 08:48:02 2016 -0700
@@ -42,6 +42,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
+
+# Breaks IPS on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)