On 06/20/2012 11:37 AM, Stephan Bergmann wrote:
Can anyone with access to a baseline Mac OS X 10.4 system check whether adapting this fix to always build against system libsqlite3.dylib on Mac OS X would work? (And does anybody know what LO functionality would need to be checked for regressions?)
Moggi just pointed me to <http://opengrok.libreoffice.org/xref/core/nss/README>:
== libsqlite3 == The problem described here was found on Mac with OS 10.6 NSS cannot use the system sqlite on Mac because the base line is still MacOS 10.4. That system sqlite is incompatible with the softokn3 in nss which requires a later version of sqlite. When we used a more current Mac SDK then we could set NSS_USE_SYSTEM_SQLITE=1 to build using the system sqlite. We cannot deliver sqlite in the lib directory of the solver. This directory is used by tools of the build environment. Using the sqlite from NSS breaks the tools if they use system libraries which are linked with the system sqlite. Therefore we deliver it into lib/sqlite on unix systems. See also issue: [https://issues.apache.org/ooo/show_bug.cgi?id=106132]
Stephan _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
