On Mon, 10 Mar 2014 05:26:34 +0000 Atsushi Kumagai <kumagai-atsushi at mxc.nes.nec.co.jp> wrote: > >-CFLAGS = -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ > >+CFLAGS = $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ > > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \ > > -DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"' > > CFLAGS_ARCH = $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ > ^^^^^^^^^^^ > CFLAGS_ARCH also doesn't use INCLUDES in the upstream version, > so this diff and the subject of this patch are wrong. Sorry about that! I merged in the new version, but apparently we had some local modifications to the Makefile. So please drop this patch in the series. // Simon