]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- force 64bit offsets for handling large files on ix86; rel 3 auto/ac/bzip2-1_0_5-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Apr 2008 10:29:41 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2.spec -> 1.119

bzip2.spec

index c768f7ee9a15d9ac811b4cd31b73f15020502592..39043f7f68edabccc3893df3efae7826e9584973 100644 (file)
@@ -12,7 +12,7 @@ Summary(uk.UTF-8):    Компресор файлів на базі алгорит
 Summary(ru.UTF-8):     Компрессор файлов на основе алгоритма блочной сортировки
 Name:          bzip2
 Version:       1.0.5
-Release:       2
+Release:       3
 Epoch:         0
 License:       BSD-like
 Group:         Applications/Archiving
@@ -32,7 +32,7 @@ BuildRequires:        rpmbuild(macros) >= 1.213
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                specflags_ia32  -fomit-frame-pointer
+%define                specflags_ia32  -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
 
 %description
 Bzip2 compresses files using the Burrows-Wheeler block-sorting text
This page took 0.040163 seconds and 4 git commands to generate.