To fix this I suggest to completely remove the CFLAGS in
debian/rules, they are not needed!

The proper fix for 373707 (was fixed by adding those flags) is to add
$(LIB_KDEUI) to the line 
kmm_kbanking_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_KDECORE) 
$(LIB_QT)
in kmymoney2/plugins/kbanking/Makefile.am
(So it's:
kmm_kbanking_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_KDECORE) 
$(LIB_QT) $(LIB_KDEUI)
)

Regards, David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to