]> git.pld-linux.org Git - packages/setup.git/commitdiff
- drop -Os, it's not much gain and causes diet to miscompile on x32 auto/th/setup-2.9.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 May 2015 20:13:55 +0000 (22:13 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 1 May 2015 20:13:55 +0000 (22:13 +0200)
- rel 4

setup.spec

index 50b3614106c14dc18dd13dae654642f52f5cf8d8..8c227e8f7e96a35aed2d40dc0bd894fc7c3c480c 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.9.0
-Release:       3
+Release:       4
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       %{name}-%{version}.tar.bz2
@@ -106,7 +106,7 @@ cp -a %{SOURCE3} iana-etc/port-numbers.iana
 
 %{__make} \
        CC="%{?with_diet:diet }%{__cc}" \
-       OPT_FLAGS="%{rpmcflags} -Os -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \
+       OPT_FLAGS="%{rpmcflags} -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.095774 seconds and 4 git commands to generate.