From: Bdale Garbee Date: Thu, 17 Feb 2011 13:36:52 +0000 (-0700) Subject: update CFLAGS to prevent pax displaying file sizes 4*2^30 too large X-Git-Tag: debian/20090728-2~2 X-Git-Url: https://git.gag.com/?p=debian%2Fpax;a=commitdiff_plain;h=be802dc794e09f61becaedbd19d6bad3d3588b9f update CFLAGS to prevent pax displaying file sizes 4*2^30 too large --- diff --git a/Makefile b/Makefile index 64978d1..7a5838a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\ OBJS= $(SRCS:.c=.o) MAN= pax.1 -CFLAGS= -Wall -O2 -g\ +CFLAGS= -Wall -O2 -g -DLONG_OFF_T\ -DNET2_STAT -D_PATH_DEFTAPE=\"/dev/rmt0\" -DDEBIAN -D_GNU_SOURCE prefix=/usr/local