[mailx] Used -D_FILE_OFFSET_BITS=64 flag at the compile time

pschiffe pschiffe at fedoraproject.org
Mon Jul 22 14:16:31 UTC 2013


commit e63842cd538bea82a10bfb5ccec82f2bfd2fdc60
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Mon Jul 22 15:58:40 2013 +0200

    Used -D_FILE_OFFSET_BITS=64 flag at the compile time
    
    - related: #912785

 mailx.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mailx.spec b/mailx.spec
index b6813e9..7fd9f3f 100644
--- a/mailx.spec
+++ b/mailx.spec
@@ -4,7 +4,7 @@
 Summary: Enhanced implementation of the mailx command
 Name: mailx
 Version: 12.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 # MPLv1.1 .. nss.c, nsserr.c
 License: BSD with advertising and MPLv1.1
 Group: Applications/Internet
@@ -76,7 +76,7 @@ echo    PREFIX=%{_prefix} \
 
 #  %{?_smp_mflags} cannot be used here
 make `cat makeflags` \
-    CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
+    CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64" \
     IPv6=-DHAVE_IPv6_FUNCS
 
 
@@ -130,6 +130,10 @@ popd
 
 
 %changelog
+* Mon Jul 22 2013 Peter Schiffer <pschiffe at redhat.com> - 12.5-9
+- related: #912785
+  used -D_FILE_OFFSET_BITS=64 flag at the compile time
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 12.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list