components/desktop/pidgin/Makefile
changeset 5387 1f8e6b7013b2
parent 5292 629042c81883
child 5454 1efad1afb469
--- a/components/desktop/pidgin/Makefile	Tue Feb 02 12:54:21 2016 -0800
+++ b/components/desktop/pidgin/Makefile	Tue Feb 02 12:54:39 2016 -0800
@@ -37,6 +37,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Cyrus SASL is S12-only (at least for evaluation builds).
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32=
+INSTALL_32=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Need to pick up the Studio compiler as some Makefiles just use "cc".