This patch is incomplete and should not be used. I think that my patch, submitted Sept 9th and resubmitted Oct 10th has the complete set of changes to Makefile.in to add CPPFLAGS (plus a few more cleanups).
Thanks. PG -- Paul Green, Senior Technical Consultant, Stratus Technologies. Voice: +1 (978) 461-7557; FAX: +1 (978) 461-3610 > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:prj@;po.cwru.edu] > Sent: Tuesday, November 12, 2002 11:11 PM > To: [EMAIL PROTECTED] > Subject: 2.5.5 build ignores $CPPFLAGS > > > (I'm not subscribed; Mail-Followup-To set.) > > Contrary to the claim in the output of ./configure --help, $CPPFLAGS > is in fact not influential. > > --- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500 > +++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500 > @@ -9,6 +9,7 @@ > LIBS=@LIBS@ > CC=@CC@ > CFLAGS=@CFLAGS@ > +CPPFLAGS=@CPPFLAGS@ > LDFLAGS=@LDFLAGS@ > > INSTALLCMD=@INSTALL@ > @@ -45,7 +46,7 @@ > # note that the -I. is needed to handle config.h when using VPATH > .c.o: > @OBJ_SAVE@ > - $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< @CC_SHOBJ_FLAG@ > + $(CC) -I. -I$(srcdir) $(CPPFLAGS) $(CFLAGS) -c $< > @CC_SHOBJ_FLAG@ > @OBJ_RESTORE@ > > all: rsync > > > > paul > -- > To unsubscribe or change options: > http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: > http://www.tuxedo.org/~esr/faqs/smart-questions.html > -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
