GNOME Bugzilla – Bug 766540
Add missing library to build of calendar/gui/
Last modified: 2016-05-19 08:00:33 UTC
commit 3e1172efa00da5eed44a9920afdb885abe625b99 introduced another build failure when building with --as-needed. .libs/libevolution_calendar_la-e-meeting-list-view.o: In function `process_section': /<<PKGBUILDDIR>>/calendar/gui/e-meeting-list-view.c:954: undefined reference to `eab_parse_qp_email' collect2: error: ld returned 1 exit status
Created attachment 328032 [details] [review] Fix build with as-needed
Thanks for a bug report and patch. The cited commit belong to bug #764426. I tried to reproduce it with -Wl,--as-needed, but it didn't fail here, thus it might be something else probably. In any case, your change is correct, thus: Created commit 57c5258 in evo master (3.21.2+) Created commit f957916 in evo gnome-3-20 (3.20.3+)
Ouch, I'm such a... I accidentally committed your fix without referencing you as the commit author. I'm sorry about that. I corrected it by reverting the previous commits and re-committing with the correct author (as specified in the patch): Created commit 74c1e0d in evo master (3.21.2+) Created commit a182334 in evo gnome-3-20 (3.20.3+)
*** Bug 766574 has been marked as a duplicate of this bug. ***