# HG changeset patch # User Mike Sullivan # Date 1339173367 25200 # Node ID 8070f77a5a1048a987ab7c80ad6ab6d98aa49f8f # Parent 831b56b2eaad733dbc645ab90586a6e5c992b4e9 7174850 permanentish temporary files have returned again diff -r 831b56b2eaad -r 8070f77a5a10 components/grails/Makefile --- a/components/grails/Makefile Wed Jun 06 14:24:13 2012 -0700 +++ b/components/grails/Makefile Fri Jun 08 09:36:07 2012 -0700 @@ -38,6 +38,9 @@ include ../../make-rules/ant.mk include ../../make-rules/ips.mk +COMPONENT_PRE_BUILD_ACTION = $(MKDIR) $(@D)/tmp +COMPONENT_BUILD_ENV += "ANT_OPTS=-Djava.io.tmpdir=$(BUILD_DIR_32)/tmp" + # common targets build: $(BUILD_32) diff -r 831b56b2eaad -r 8070f77a5a10 components/mc/Makefile --- a/components/mc/Makefile Wed Jun 06 14:24:13 2012 -0700 +++ b/components/mc/Makefile Fri Jun 08 09:36:07 2012 -0700 @@ -46,6 +46,7 @@ CONFIGURE_OPTIONS += --enable-charset CONFIGURE_OPTIONS += --without-ext2undel CONFIGURE_OPTIONS += --with-screen=slang +CONFIGURE_OPTIONS += "mc_cv_nroff_tascii=" CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" diff -r 831b56b2eaad -r 8070f77a5a10 components/sudo/Makefile --- a/components/sudo/Makefile Wed Jun 06 14:24:13 2012 -0700 +++ b/components/sudo/Makefile Fri Jun 08 09:36:07 2012 -0700 @@ -54,6 +54,7 @@ CONFIGURE_OPTIONS += --with-ignore-dot CONFIGURE_OPTIONS += --with-bsm-audit CONFIGURE_OPTIONS += --libexecdir=/usr/lib/sudo +CONFIGURE_OPTIONS += "sudo_cv_var_nroff_opt_Tascii=no" COMPONENT_BUILD_ENV += CC=$(CC) CXX=$(CXX) COMPONENT_BUILD_ENV += "CFLAGS=$(CFLAGS)"