aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-05-23 00:09:01 +0000
committerMike Frysinger <vapier@gentoo.org>2013-05-23 00:09:01 +0000
commit9b329df42a91f35167678e146203713bb2a9eb69 (patch)
tree98e7557f1828a5444c9d7a005f80daaf90d10138 /Makefile
parentlddtree.py: add docstring for path in ParseLdPaths (diff)
downloadpax-utils-9b329df42a91f35167678e146203713bb2a9eb69.tar.gz
pax-utils-9b329df42a91f35167678e146203713bb2a9eb69.tar.bz2
pax-utils-9b329df42a91f35167678e146203713bb2a9eb69.zip
use 64bit file interfaces even with 32bit processes #471024
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 234578a..2e03711 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Copyright 2003-2006 Ned Ludd <solar@linbsd.net>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.82 2013/04/10 21:48:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.83 2013/05/23 00:09:01 vapier Exp $
####################################################################
check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
@@ -23,7 +23,7 @@ WFLAGS := -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
endif
CFLAGS ?= -O2 -pipe
-override CPPFLAGS += -D_GNU_SOURCE
+override CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
LDFLAGS +=
LIBS :=
DESTDIR =