components/cyrus-sasl/Makefile
changeset 5089 8d5767cc3ddc
parent 5055 9daf220c1a9a
child 5454 1efad1afb469
--- a/components/cyrus-sasl/Makefile	Mon Nov 16 10:12:13 2015 -0800
+++ b/components/cyrus-sasl/Makefile	Fri Nov 06 08:11:17 2015 -0800
@@ -68,6 +68,13 @@
 include $(WS_TOP)/make-rules/prep.mk
 CONFIGURE_DEFAULT_DIRS=no
 include $(WS_TOP)/make-rules/configure.mk
+
+# Migrated from ON in S12, including stuff from system/header, so this
+# cannot be installed on an S11 box.
+ifeq ($(BUILD_TYPE), evaluation)
+PUBLISH_STAMP=
+endif
+
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/lint-libraries.mk