components/openssh/Makefile
changeset 5530 d8f79609e714
parent 5526 570ac9aab8b2
child 5544 16204c8a93ff
--- a/components/openssh/Makefile	Tue Mar 01 07:36:14 2016 -0800
+++ b/components/openssh/Makefile	Mon Feb 29 14:10:42 2016 -0800
@@ -43,6 +43,15 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# 11.3 has conflicts with ON's SunSSH package, which had not yet added
+# mediated links, thus cannot be updated to.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Enable ASLR for this component