[Pkg-kde-extras] Bug#385773: Fix
David Förster
david at dfoerster.de
Sat Sep 9 14:26:29 UTC 2006
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
More information about the pkg-kde-extras
mailing list