From b608ce9719d024563c667db72cd25d0bcf30498a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 6 May 2008 22:12:11 +0000 Subject: [PATCH] - _FILE_OFFSET_BITS restored as it was in r1.116; rel 4 Changed files: bzip2.spec -> 1.120 --- bzip2.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bzip2.spec b/bzip2.spec index 39043f7..2f993a4 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -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} -- 2.44.0