https://bugs.meego.com/show_bug.cgi?id=21284
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Undecided |High Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] |gs | Target Milestone|--- |1.2 --- Comment #1 from pohly <[email protected]> 2011-07-17 20:05:14 UTC --- (In reply to comment #0) > Several things need to be fixed: > - the "installcheck-local" should have flagged the problem Now it does (verified in nightly test run): commit add232f362d6ca1abbbdda4db381bcdbd77c5291 Author: Patrick Ohly <[email protected]> Date: Sun Jul 17 15:22:19 2011 +0200 autotools: avoid linking against libs which are covered by compatibility mode (part of BMC #21284) -Wl,--as-needed is one way of avoiding a dependency on these libraries. But it not be given in the LDFLAGS during configure or some methods might unintentionally pull in the libs. This commit therefore clears the _LIBS variables of these libraries, which prevents linking in all cases. It might break linking of executables, which is desirable. > - nightly testing of syncevolution.org binaries must include webdav Not done yet. > - eds_abi_wrapper needs to offer these additional functions Done (nightly testing passes again): commit cb4b7e92b47c083b789e82bedc21c6f82f23b31b Author: Patrick Ohly <[email protected]> Date: Sun Jul 17 15:29:55 2011 +0200 --enable-eds-compatibility: added methods needed by WebDAV backend (BMC #21284) This fixes the WebDAV backend in --enable-eds-compatibility mode by adding the libical methods used by that backend. commit add232f362d6ca1abbbdda4db381bcdbd77c5291 Author: Patrick Ohly <[email protected]> Date: Sun Jul 17 15:22:19 2011 +0200 autotools: avoid linking against libs which are covered by compatibility mode (part of BMC #21284) -Wl,--as-needed is one way of avoiding a dependency on these libraries. But it not be given in the LDFLAGS during configure or some methods might unintentionally pull in the libs. This commit therefore clears the _LIBS variables of these libraries, which prevents linking in all cases. It might break linking of executables, which is desirable. -------- Product: SyncEvolution Component: SyncEvolution MeeGo Release: unspecified Severity: critical Priority: High Keywords: Status: ASSIGNED Who: [email protected] Assigned To: [email protected] Target Build: 1.2 Flags: Changed: Priority Status AssignedTo Target Milestone -------- https://bugs.meego.com/show_bug.cgi?id=21284 -- Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
