SOURCES: rb_libtorrent-boost_1_35.patch - we need link just with -lboost_fi...
lisu
lisu at pld-linux.org
Sun Jun 15 15:30:18 CEST 2008
Author: lisu Date: Sun Jun 15 13:30:17 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- we need link just with -lboost_filesystem instead of -lboost_filesystem-mt
---- Files affected:
SOURCES:
rb_libtorrent-boost_1_35.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/rb_libtorrent-boost_1_35.patch
diff -u SOURCES/rb_libtorrent-boost_1_35.patch:1.1 SOURCES/rb_libtorrent-boost_1_35.patch:1.2
--- SOURCES/rb_libtorrent-boost_1_35.patch:1.1 Wed May 21 03:14:01 2008
+++ SOURCES/rb_libtorrent-boost_1_35.patch Sun Jun 15 15:30:12 2008
@@ -1,8 +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 @@
+--- libtorrent-0.13/m4/ax_boost_filesystem.m4~ 2007-11-28 03:23:16.000000000 +0000
++++ libtorrent-0.13/m4/ax_boost_filesystem.m4 2008-06-11 04:09:35.000000000 +0000
+@@ -39,9 +39,9 @@
+ fi])
+ AC_LANG_SAVE
AC_LANG_CPLUSPLUS
- for ax_lib in $ax_filesystem_lib $ax_boost_filesystem_lib boost_filesystem-mt boost_filesystem; do
+- for ax_lib in $ax_filesystem_lib $ax_boost_filesystem_lib boost_filesystem-mt boost_filesystem; do
++ for ax_lib in $ax_filesystem_lib $ax_boost_filesystem_lib boost_filesystem; do
ax_save_LIBS="$LIBS"
- LIBS="$LIBS -l$ax_lib"
+ LIBS="$LIBS -l$ax_lib -lboost_system"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rb_libtorrent-boost_1_35.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list