23294068 do not publish proftpd when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:18:17 -0700
changeset 6012 4a50ae908977
parent 6011 8cdeec13f14e
child 6013 1458d0cd0532
23294068 do not publish proftpd when BUILD_TYPE=evaluation
components/proftpd/Makefile
--- a/components/proftpd/Makefile	Mon May 16 17:16:24 2016 -0700
+++ b/components/proftpd/Makefile	Mon May 16 17:18:17 2016 -0700
@@ -48,6 +48,14 @@
 COMPONENT_ARCHIVE_URL_1= http://downloads.sourceforge.net/gssmod/$(COMPONENT_ARCHIVE_1)
 TPNO_MOD_GSS=		13480
 
+# Requires 64-bit version of libwrap from ON, available in S12 but not 11.3,
+# so do not publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
 # libcheck and specific Perl Test::Unit version is required for full test
 TEST_TARGET= $(SKIP_TEST)
 include $(WS_MAKE_RULES)/common.mk