On Jan 26, 2013, at 11:20 AM, Pavel Janík wrote: > --enable-category-b Activate components under a category B license > (see > http://www.apache.org/legal/3party.html#category-b): > MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino), > CPL (silgraphite), CPL/EPL (CoinMP), SPL (beanshell), > OFL (fonts). > Flags for individual libraries override this one. > > How is this "overriding" supposed to work?
And to add even more, external_deps.lst contains: if (ENABLE_CATEGORY_B==YES && ENABLE_HUNSPELL==YES) name = hunspell-1.3.2.tar.gz MD5 = 3121aaf3e13e5d88dfff13fb4a5f1ab8 URL1 = http://sourceforge.net/projects/hunspell/files/Hunspell/1.3.2/hunspell-1.3.2.tar.gz/download URL2 = $(OOO_EXTRAS)$(MD5)-$(name) URL3 = $(SVN_TRUNK)$(MD5)-$(name) Ie. it EXPECTS category B enabled anyway. So it is not possible at all to use --disable-category-b --enable-hunspell to get only hunspell. -- Pavel Janík