# HG changeset patch # User John Beck # Date 1463444297 25200 # Node ID 4a50ae908977e18fbd2e697dd39951a7cfb91399 # Parent 8cdeec13f14ea0d24d984487adbe83c5eab84c5f 23294068 do not publish proftpd when BUILD_TYPE=evaluation diff -r 8cdeec13f14e -r 4a50ae908977 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