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


On (2010-11-04 16:53), Thomas Klausner wrote:
One thing though: there are some checks for FreeBSD version like:

+#if __FreeBSD_version < 602103
+    : m_hApp( dlopen( 0, RTLD_NOW | RTLD_GLOBAL ) )
+#else
     : m_hApp( dlopen( 0, RTLD_LAZY ) )
+#endif

a) does this work as intended on Linux? I think __FreeBSD_version not
defined, Linux might fall into the if-case instead of the else as now,
so we probably have to reverse this test. (The attached test case on
NetBSD falls into #if, not #else.)
b) FreeBSD have changed the version to 702104, we should pull that in
with this change.

That is correct, let me fix that.

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.