From: Jakub Bogusz Date: Thu, 24 Jul 2003 08:38:49 +0000 (+0000) Subject: - fixed build with gcc 3.3, optimize X-Git-Tag: auto/ac/live-2004_08_24-1~9 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=22b1675a6d0840d174e60b9f1c7ed51ea6a95019;p=packages%2Flive.git - fixed build with gcc 3.3, optimize Changed files: live.spec -> 1.7 --- diff --git a/live.spec b/live.spec index ea2f028..c336732 100644 --- a/live.spec +++ b/live.spec @@ -20,9 +20,15 @@ Biblioteki LIVE.COM do strumieni multimedialnych. %prep %setup -q -n live +# no in gcc 3.3 - but... this API is not used anyway +echo > groupsock/strstream.h + %build ./genMakefiles linux -%{__make} +%{__make} \ + C_COMPILER="%{__cc}" \ + CPLUSPLUS_COMPILER="%{__cxx}" \ + COMPILE_OPTS="\$(INCLUDES) -I. %{rpmcflags} -DSOCKLEN_T=socklen_t" %install rm -rf $RPM_BUILD_ROOT