rpms/torium/devel DSO.patch,1.2,1.3

Leigh Scott leigh123linux at fedoraproject.org
Sat Feb 13 19:59:19 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/torium/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10826

Modified Files:
	DSO.patch 
Log Message:
* Sat Feb 13 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.2-7
- Fix DSO linking failure RHBZ#565083


DSO.patch:
 Makefile.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: DSO.patch
===================================================================
RCS file: /cvs/pkgs/rpms/torium/devel/DSO.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- DSO.patch	13 Feb 2010 19:51:19 -0000	1.2
+++ DSO.patch	13 Feb 2010 19:59:19 -0000	1.3
@@ -1,12 +1,13 @@
---- torium-0.4.2.orig/Makefile.in	2010-02-13 19:38:45.000000000 +0000
-+++ torium-0.4.2/Makefile.in	2010-02-13 19:37:18.000000000 +0000
-@@ -221,7 +221,8 @@ torium_SOURCES = src/main.cc \
+--- Makefile1.in	2010-02-13 19:38:45.000000000 +0000
++++ Makefile.in	2010-02-13 19:58:36.000000000 +0000
+@@ -221,7 +221,9 @@ torium_SOURCES = src/main.cc \
  torium_LDADD = $(GTKMM_LIBS) \
  			   $(LIBTORRENT_LIBS) \
  			   $(BOOST_LIBS) \
 -			   $(LIBNOTIFY_LIBS)
 +			   $(LIBNOTIFY_LIBS) \
-+                           -lboost_system-mt
++                           -lboost_system-mt \
++                           -lboost_filesystem-mt
  
  flagsdir = $(datadir)/torium/flags
  flags_DATA = \



More information about the scm-commits mailing list