rpms/rb_libtorrent/devel rb_libtorrent.spec,1.6,1.7

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Aug 3 19:12:05 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/rb_libtorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1457/rb_libtorrent/devel

Modified Files:
	rb_libtorrent.spec 
Log Message:
Use multithreaded Boost libs.


Index: rb_libtorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/rb_libtorrent/devel/rb_libtorrent.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rb_libtorrent.spec	3 Aug 2007 17:57:25 -0000	1.6
+++ rb_libtorrent.spec	3 Aug 2007 19:11:33 -0000	1.7
@@ -83,7 +83,12 @@
 
 
 %build
-%configure --disable-static --enable-examples --with-zlib=system
+%configure --disable-static --enable-examples --with-zlib=system	\
+	--with-boost-date-time=boost_date_time-mt 			\
+	--with-boost-filesystem=boost_filesystem-mt			\
+	--with-boost-thread=boost_thread-mt				\
+	--with-boost-regex=boost_regex-mt				\
+	--with-boost-program_options=boost_program_options-mt
 ## Use the system libtool to ensure that we don't get unnecessary RPATH
 ## hacks in our final build.
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool




More information about the fedora-extras-commits mailing list