From 6d290c8057c4d0d4b87de9a41281c303c4e2a12f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 11 May 2015 01:43:36 +0000 Subject: [PATCH] linux-kbuild: Enable Large File Support (Closes: #778942) svn path=/dists/trunk/linux-tools/; revision=22599 --- debian/build/scripts/Makefile | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/build/scripts/Makefile b/debian/build/scripts/Makefile index 91aeba040..ab2a6a412 100644 --- a/debian/build/scripts/Makefile +++ b/debian/build/scripts/Makefile @@ -47,3 +47,5 @@ SUBDIRS = \ OUTDIR = scripts include ..//Makefile.inc + +CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/debian/changelog b/debian/changelog index 28a603de4..f5d30488b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 11 May 2015 00:46:20 +0100