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

Zach Carter zachcarter at fedoraproject.org
Fri Jul 16 16:04:53 UTC 2010


Author: zachcarter

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

Modified Files:
	schroot.spec 
Log Message:
Add some -l<lib> arguments to the ./configure command.



Index: schroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/schroot/devel/schroot.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- schroot.spec	15 Jul 2010 15:49:14 -0000	1.7
+++ schroot.spec	16 Jul 2010 16:04:53 -0000	1.8
@@ -1,6 +1,6 @@
 Name: schroot
 Version: 1.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Execute commands in a chroot environment
 Group: Development/Tools
 License: GPLv3+
@@ -59,7 +59,7 @@ functionality is available in the next g
 
 %build
 
-%configure LIBS=-lboost_system --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 
 make %{?_smp_mflags}
 
 %install
@@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ABOUT-NLS AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS TODO
 
 %changelog
+* Fri Jul 16 2010 Zach Carter <z.carter at f5.com> - 1.4.2-3
+- Add some LIBS="-l<lib>" statements to fix build break.
+
 * Wed Jul  7 2010 Zach Carter <z.carter at f5.com> - 1.4.2-2
 - Licensing Guidelines Update - add license to dchroot subpackage.
 



More information about the scm-commits mailing list