[ANN] --disable-orcus

Stephan Bergmann sbergman at redhat.com
Thu Sep 19 08:23:48 PDT 2013


On 09/19/2013 04:42 AM, Kohei Yoshida wrote:
> You can now set
>
> --disable-orcus
>
> at configure script to disable building the orcus library.  In case you
> have difficulty building liborcus and can't find any solution at all,
> you now have a solution.
>
> Orcus is now disabled by default on Cygwin, OS X, and iOS and Android
> build.  Those who need functionality provided by orcus can always
> re-enable it by setting --enable-orcus to the configure script.

But is it intentional that with 
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=02346aa4663055e1adf7c52ede89871a493f4513> 
"Add the configure bits to support --disable-orcus"'s

> AC_MSG_CHECKING([whether to enable orcus])
> if test $_os != Darwin -a $_os != Android -a $_os != iOS -a \( -z "$enable_orcus" -o "$enable_orcus" != no \); then

an explicit --enable-orcus on e.g. Mac OS X is now silently ignored 
completely?

Stephan



More information about the LibreOffice mailing list