Author: sls                          Date: Wed May 21 01:14:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- -lboost_filesystem requires -lboost_system

---- Files affected:
SOURCES:
   rb_libtorrent-boost_1_35.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rb_libtorrent-boost_1_35.patch
diff -u /dev/null SOURCES/rb_libtorrent-boost_1_35.patch:1.1
--- /dev/null   Wed May 21 03:14:06 2008
+++ SOURCES/rb_libtorrent-boost_1_35.patch      Wed May 21 03:14:01 2008
@@ -0,0 +1,11 @@
+--- libtorrent-0.13/m4/ax_boost_filesystem.m4.orig     2008-05-20 
02:08:16.775085024 +0200
++++ libtorrent-0.13/m4/ax_boost_filesystem.m4  2008-05-20 02:10:12.767113155 
+0200
+@@ -41,7 +41,7 @@
+   AC_LANG_CPLUSPLUS
+   for ax_lib in $ax_filesystem_lib $ax_boost_filesystem_lib 
boost_filesystem-mt boost_filesystem; do
+     ax_save_LIBS="$LIBS"
+-    LIBS="$LIBS -l$ax_lib"
++    LIBS="$LIBS -l$ax_lib -lboost_system"
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <boost/filesystem/path.hpp>]],
+                                   [[return 0;]])],
+                [BOOST_FILESYSTEM_LIB=$ax_lib
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to