From be802dc794e09f61becaedbd19d6bad3d3588b9f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 17 Feb 2011 06:36:52 -0700 Subject: [PATCH] update CFLAGS to prevent pax displaying file sizes 4*2^30 too large --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2