From 7f5c666634911fe62b0de0cc03feaf538f0ec17e Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Aug 03 2007 19:11:33 +0000 Subject: Use multithreaded Boost libs. --- diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index f305a74..6f707fe 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -83,7 +83,12 @@ sed -i -e 's/^Libs:.*$/Libs: -L${libdir} -ltorrent/' libtorrent.pc.in %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