]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- _FILE_OFFSET_BITS restored as it was in r1.116; rel 4 auto/ac/bzip2-1_0_5-4
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 May 2008 22:12:11 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2.spec -> 1.120

bzip2.spec

index 39043f7f68edabccc3893df3efae7826e9584973..2f993a483ae39fafc035d906985a9451262de299 100644 (file)
@@ -12,7 +12,7 @@ Summary(uk.UTF-8):    Компресор файлів на базі алгорит
 Summary(ru.UTF-8):     Компрессор файлов на основе алгоритма блочной сортировки
 Name:          bzip2
 Version:       1.0.5
-Release:       3
+Release:       4
 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 -D_FILE_OFFSET_BITS=64
+%define                specflags_ia32  -fomit-frame-pointer
 
 %description
 Bzip2 compresses files using the Burrows-Wheeler block-sorting text
@@ -177,6 +177,7 @@ Bibliotecas estáticas para desenvolvimento com a bzip2.
 %{__autoheader}
 %{__automake}
 %configure \
+       CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
        %{!?with_static_libs:--disable-static}
 %{__make}
 
This page took 0.025951 seconds and 4 git commands to generate.