[packages/setup] - drop -Os, it's not much gain and causes diet to miscompile on x32 - rel 4

baggins baggins at pld-linux.org
Fri May 1 22:14:25 CEST 2015


commit 02e9d04f0c261a4e4f5d21a8a25437ccedec1440
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 1 22:13:55 2015 +0200

    - drop -Os, it's not much gain and causes diet to miscompile on x32
    - rel 4

 setup.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/setup.spec b/setup.spec
index 50b3614..8c227e8 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.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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/setup.git/commitdiff/02e9d04f0c261a4e4f5d21a8a25437ccedec1440



More information about the pld-cvs-commit mailing list