linux-kbuild: Enable Large File Support (Closes: #778942)

svn path=/dists/trunk/linux-tools/; revision=22599
This commit is contained in:
Ben Hutchings 2015-05-11 01:43:36 +00:00
parent 968c0ca2ef
commit 6d290c8057
2 changed files with 3 additions and 0 deletions

View File

@ -47,3 +47,5 @@ SUBDIRS = \
OUTDIR = scripts
include ..//Makefile.inc
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux-tools (4.0.2-1) UNRELEASED; urgency=medium
commands
* linux-tools: Set ARCH=x86 when building perf for amd64, i386 or x32
* linux-kbuild: Include Makefile.kasan (Closes: #783681)
* linux-kbuild: Enable Large File Support (Closes: #778942)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 11 May 2015 00:46:20 +0100