[wcstools] 01/01: Use -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 for large file support
    Ole Streicher 
    olebole at moszumanska.debian.org
       
    Fri Jun 12 12:42:23 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository wcstools.
commit 2634ab710f41d9ce24c668056c766d2d500b57b6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Jun 12 14:40:48 2015 +0200
    Use -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 for large file support
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 995f1a5..2157ced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wcstools (3.9.2-4) unstable; urgency=low
 
   * Fix crash and undefined behaviour with imstar
+  * Use -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 for large file support
 
  -- Ole Streicher <olebole at debian.org>  Fri, 12 Jun 2015 14:18:26 +0200
 
diff --git a/debian/rules b/debian/rules
index 44c03a4..6886b94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+
 %:
 	dh  $@
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/wcstools.git
    
    
More information about the debian-science-commits
mailing list