fix for LSB compliance
[debian/pax] / Makefile
index 8f77e23fd893995bf25119b934d95c99d1822d54..7a5838aef973333c96c43e603f55fa028432cd1a 100644 (file)
--- a/Makefile
+++ b/Makefile
 PROG=   pax
 SRCS=  ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\
        gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
-       tar.c tty_subs.c fgetln.c strmode.c strlcpy.o
+       tar.c tty_subs.c fgetln.c strmode.c strlcpy.c vis.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