Goal: workaround for a bug in gcc4.2 on arm when compiling with -O2 Fixes: #445566 Upstream status: Debian-specific; should be dropped as soon as bug #458345 has been fixed in gcc. Author: Steve Langasek Index: samba-3.0.28a/source/Makefile.in =================================================================== --- samba-3.0.28a.orig/source/Makefile.in +++ samba-3.0.28a/source/Makefile.in @@ -914,6 +914,8 @@ mkdir "$$dir" || \ exec false; fi || exec false +rpc_parse/parse_prs.o: FLAGS+=$(PARSE_PRS_FLAGS) + .c.o: @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi