diff options
Diffstat (limited to 'redhat/applications/ktorrent/ktorrent-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/applications/ktorrent/ktorrent-3.5.13-missing_ldflags.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/applications/ktorrent/ktorrent-3.5.13-missing_ldflags.patch b/redhat/applications/ktorrent/ktorrent-3.5.13-missing_ldflags.patch new file mode 100644 index 000000000..ef85a74f8 --- /dev/null +++ b/redhat/applications/ktorrent/ktorrent-3.5.13-missing_ldflags.patch @@ -0,0 +1,9 @@ +--- ktorrent/libktorrent/Makefile.am.ORI 2012-08-06 11:11:35.700759480 +0200 ++++ ktorrent/libktorrent/Makefile.am 2012-08-06 11:11:44.437574091 +0200 +@@ -18,5 +18,5 @@ + libktorrent_la_LIBADD = ../libktorrent/net/libnet.la \ + ../libktorrent/datachecker/libdatachecker.la ../libktorrent/mse/libmse.la ../libktorrent/migrate/libmigrate.la \ + ../libktorrent/util/libutil.la ../libktorrent/torrent/libtorrent.la \ +- ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_KPARTS) ++ ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_KDEUI) + KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI) |