File FIXME.diff of Package kmymoney
--- kmymoney2/plugins/ofximport/Makefile.am
+++ kmymoney2/plugins/ofximport/Makefile.am
@@ -15,7 +15,7 @@ kmm_ofximport_la_LIBADD = @ofx_libs@ ../libkmm_plugin.la ../libkmm_plugin.la $(t
# LD flags for the plugin
# -module says: this is a module, i.e. something you're going to dlopen
# so e.g. it has no version number like a normal shared lib would have.
-kmm_ofximport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_KDECORE) $(LIB_QT) -L../.libs
+kmm_ofximport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_KDECORE) $(LIB_QT)
# Install the desktop file needed to detect the plugin
kde_services_DATA = kmm_ofximport.desktop