From a48f54913f2bb07be6d55b45e0a1145d018ad3ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 23 Mar 2009 14:10:51 +0000 Subject: [PATCH] - unify dietlibc compile options and calls Changed files: setup.spec -> 1.152 --- setup.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.spec b/setup.spec index c841738..91008a6 100644 --- a/setup.spec +++ b/setup.spec @@ -86,9 +86,9 @@ mv iana-etc{-%{iana_etc_ver},} %{__sed} -i -e 's,[ \t]\+$,,' iana-etc/services %{__make} \ - OPT_FLAGS="%{rpmcflags}" \ - LDFLAGS="%{rpmcflags} %{rpmldflags}" \ - CC="diet %{__cc}" + CC="diet %{__cc}" \ + OPT_FLAGS="%{rpmcflags} -Os" \ + LDFLAGS="%{rpmcflags} %{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT -- 2.44.0