Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.