components/proftpd/Makefile
changeset 6012 4a50ae908977
parent 5972 e58388dcef63
child 6049 d4f828709d1c
--- 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