From: Mariusz Mazur Date: Mon, 5 Aug 2002 14:25:08 +0000 (+0000) Subject: - the one true way for this workaround X-Git-Tag: RA-1_0~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FUConio.git;a=commitdiff_plain;h=815bdaca36bb9951a1deedd9f22506f75186d2de - the one true way for this workaround Changed files: UConio.spec -> 1.8 --- diff --git a/UConio.spec b/UConio.spec index 0871395..164d621 100644 --- a/UConio.spec +++ b/UConio.spec @@ -35,12 +35,12 @@ Pliki nag %patch -p1 %build -%ifarch %{ix86} -%{__make} "CFLAGS=%{rpmcflags}" -%else -%{__make} +%ifnarch %{ix86} +%define optflags -O0 %endif +%{__make} "CFLAGS=%{rpmcflags}" + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir},%{_mandir}/man3,%{_includedir}}