From 95033f1a668e914d2c2526776abc423614a66d7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 15 Sep 2013 16:24:53 +0200 Subject: [PATCH] - rel 5; always enable largefile --- setup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.spec b/setup.spec index 546c148..6f6015c 100644 --- a/setup.spec +++ b/setup.spec @@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração Summary(tr.UTF-8): Basit kurulum dosyaları Name: setup Version: 2.8.5 -Release: 4 +Release: 5 License: Public Domain, partially BSD-like Group: Base Source0: %{name}-%{version}.tar.bz2 @@ -104,7 +104,7 @@ cp -a %{SOURCE3} iana-etc/port-numbers.iana %{__make} \ CC="%{?with_diet:diet }%{__cc}" \ - OPT_FLAGS="%{rpmcflags} -Os" \ + OPT_FLAGS="%{rpmcflags} -Os -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \ LDFLAGS="%{rpmcflags} %{rpmldflags} -static" ldd postshell | grep "not a dynamic executable" || exit 1 -- 2.44.0