author | John Beck <John.Beck@Oracle.COM> |
Fri, 22 Jul 2016 11:44:25 -0700 | |
changeset 6470 | a44b132bc916 |
parent 6469 | f6638020fce4 |
child 6471 | 7b42c58b14c1 |
--- a/components/python/rjsmin/Makefile Fri Jul 22 11:42:48 2016 -0700 +++ b/components/python/rjsmin/Makefile Fri Jul 22 11:44:25 2016 -0700 @@ -39,6 +39,14 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/setup.py.mk + +# Requires fix for 19510349 which is in 12 but not 11. +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)