tetromino    15/05/27 04:35:41

  Added:                pkgconfig-0.28-lfs.patch
  Log:
  Fix LFS support on 32-bit (bug #550508, thanks to Zac Medico and vapier). 
Update to git-r3.eclass.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.1                  dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch?rev=1.1&content-type=text/plain

Index: pkgconfig-0.28-lfs.patch
===================================================================
>From 40342dd0ead05d457a2a4e692cf865f50033a709 Mon Sep 17 00:00:00 2001
From: Peter Jones <[email protected]>
Date: Wed, 15 Apr 2015 12:25:29 -0400
Subject: [PATCH] Enable large file support

https://bugs.freedesktop.org/show_bug.cgi?id=90078

Signed-off-by: Peter Jones <[email protected]>
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index b807251..388c013 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,9 @@ dnl by either passing --disable-silent-rules to configure or 
passing V=1
 dnl to make
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl Enable large file support
+AC_SYS_LARGEFILE
+
 dnl Check for programs
 AC_PROG_CC
 AC_CHECK_PROG([LN], [ln], [ln], [cp -Rp])
-- 
2.4.1





Reply via email to