rpms/qpidc/devel qpidc.spec,1.58,1.59

Nuno Santos nsantos at fedoraproject.org
Mon Jan 12 15:08:46 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9158

Modified Files:
	qpidc.spec 
Log Message:
fix example building error


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- qpidc.spec	9 Jan 2009 21:56:45 -0000	1.58
+++ qpidc.spec	12 Jan 2009 15:08:15 -0000	1.59
@@ -188,7 +188,7 @@
 %build
 CXXFLAGS="%{optflags} -DNDEBUG -O3" \
 %configure --disable-static --with-cpg --without-graphviz --without-help2man
-make #%{?_smp_mflags}
+LANG=C make #%{?_smp_mflags}
 # Remove this generated perl file, we don't need it and it upsets rpmlint.
 # This is generating an error as of 21 Nov 08 becausethe file doesn't exist .
 # rm docs/api/html/installdox
@@ -196,7 +196,7 @@
 # Make perftest utilities
 pushd src/tests
 for ptest in %{perftests}; do
-  make $ptest
+  LANG=C make $ptest
 done
 popd
 




More information about the scm-commits mailing list