Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: Makefile
Date: Thu, 23 May 2013 00:09:06
Message-Id: 20130523000901.D0F692171D@flycatcher.gentoo.org
1 vapier 13/05/23 00:09:01
2
3 Modified: Makefile
4 Log:
5 use 64bit file interfaces even with 32bit processes #471024
6
7 Revision Changes Path
8 1.83 pax-utils/Makefile
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?rev=1.83&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?rev=1.83&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?r1=1.82&r2=1.83
13
14 Index: Makefile
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v
17 retrieving revision 1.82
18 retrieving revision 1.83
19 diff -u -r1.82 -r1.83
20 --- Makefile 10 Apr 2013 21:48:35 -0000 1.82
21 +++ Makefile 23 May 2013 00:09:01 -0000 1.83
22 @@ -1,6 +1,6 @@
23 # Copyright 2003-2006 Ned Ludd <solar@××××××.net>
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.82 2013/04/10 21:48:35 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.83 2013/05/23 00:09:01 vapier Exp $
27 ####################################################################
28
29 check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
30 @@ -23,7 +23,7 @@
31 endif
32
33 CFLAGS ?= -O2 -pipe
34 -override CPPFLAGS += -D_GNU_SOURCE
35 +override CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
36 LDFLAGS +=
37 LIBS :=
38 DESTDIR =