rpms/schroot/devel schroot.spec,1.8,1.9

Zach Carter zachcarter at fedoraproject.org
Fri Jul 16 16:35:06 UTC 2010


Author: zachcarter

Update of /cvs/pkgs/rpms/schroot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17414

Modified Files:
	schroot.spec 
Log Message:
cat config.log on failure.



Index: schroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/schroot/devel/schroot.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- schroot.spec	16 Jul 2010 16:04:53 -0000	1.8
+++ schroot.spec	16 Jul 2010 16:35:06 -0000	1.9
@@ -59,7 +59,7 @@ functionality is available in the next g
 
 %build
 
-%configure LIBS="-lboost_program_options -lboost_system -lboost_regex" --disable-rpath --enable-static --disable-shared --enable-dchroot 
+%configure LIBS="-lboost_program_options -lboost_system -lboost_regex" --disable-rpath --enable-static --disable-shared --enable-dchroot || ( cat config.log && exit 1 )
 make %{?_smp_mflags}
 
 %install



More information about the scm-commits mailing list