]> git.pld-linux.org Git - packages/live.git/commitdiff
- fixed build with gcc 3.3, optimize
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Jul 2003 08:38:49 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    live.spec -> 1.7

live.spec

index ea2f02806dc3861cdfa9f6895ca855769a41ddde..c336732a5e8a3aeff14196fab2315bae96fe5c81 100644 (file)
--- a/live.spec
+++ b/live.spec
@@ -20,9 +20,15 @@ Biblioteki LIVE.COM do strumieni multimedialnych.
 %prep
 %setup -q -n live
 
+# no <strstream.h> 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
This page took 0.072974 seconds and 4 git commands to generate.