]> git.pld-linux.org Git - packages/setup.git/commitdiff
- rel 5; always enable largefile auto/th/setup-2.8.5-5 auto/ti/setup-2.8.5-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 15 Sep 2013 14:24:53 +0000 (16:24 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 15 Sep 2013 14:24:53 +0000 (16:24 +0200)
setup.spec

index 546c1482c9301d5a4ba3223c070ca3e47c49b256..6f6015c75c055508083848414e4d0fe993a1dbc3 100644 (file)
@@ -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
This page took 0.069303 seconds and 4 git commands to generate.