[kernel] r22599 - in dists/trunk/linux-tools/debian: . build/scripts

Ben Hutchings benh at moszumanska.debian.org
Mon May 11 01:43:36 UTC 2015


Author: benh
Date: Mon May 11 01:43:36 2015
New Revision: 22599

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

Modified:
   dists/trunk/linux-tools/debian/build/scripts/Makefile
   dists/trunk/linux-tools/debian/changelog

Modified: dists/trunk/linux-tools/debian/build/scripts/Makefile
==============================================================================
--- dists/trunk/linux-tools/debian/build/scripts/Makefile	Mon May 11 00:51:41 2015	(r22598)
+++ dists/trunk/linux-tools/debian/build/scripts/Makefile	Mon May 11 01:43:36 2015	(r22599)
@@ -47,3 +47,5 @@
 OUTDIR = scripts
 
 include ..//Makefile.inc
+
+CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

Modified: dists/trunk/linux-tools/debian/changelog
==============================================================================
--- dists/trunk/linux-tools/debian/changelog	Mon May 11 00:51:41 2015	(r22598)
+++ dists/trunk/linux-tools/debian/changelog	Mon May 11 01:43:36 2015	(r22599)
@@ -7,6 +7,7 @@
     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 at decadent.org.uk>  Mon, 11 May 2015 00:46:20 +0100
 



More information about the Kernel-svn-changes mailing list