author | John Beck <John.Beck@Oracle.COM> |
Mon, 11 Jul 2016 09:14:18 -0700 | |
changeset 6384 | f291f75e3c47 |
parent 6382 | ed601ca40b9c |
child 6385 | fcffa6f05dea |
--- a/components/gnupg/Makefile Tue Jul 12 11:18:58 2016 -0700 +++ b/components/gnupg/Makefile Mon Jul 11 09:14:18 2016 -0700 @@ -35,6 +35,13 @@ TPNO= 29221 +# Requires new pkgmogrify feature, not available in S11. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_64= +INSTALL_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/common.mk # Enable C99 mode + -Xc for its additional warnings.