[packages/setup] - rel 5; always enable largefile
arekm
arekm at pld-linux.org
Sun Sep 15 16:24:56 CEST 2013
commit 95033f1a668e914d2c2526776abc423614a66d7f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Sep 15 16:24:53 2013 +0200
- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/setup.git/commitdiff/95033f1a668e914d2c2526776abc423614a66d7f
More information about the pld-cvs-commit
mailing list