I am not sure if this is desired, but it appears  the configure.in script does 
set’s ENABLE_NSS_MODULE=NO if the category-b flag is enabled.  Is this wrong or 
right? I need the security features enabled.

http://svn.apache.org/viewvc/openoffice/branches/AOO401/main/configure.in?view=markup

AC_MSG_CHECKING([whether to enable category B components])

1430

# Category B modules (libraries):

1431

# moz (seamonkey)

1432

# nss (nss)

1433

# hunspell (hunspell)

1434

# hyphen (hyphen)

1435

# saxon (saxon)

1436

# rhino (rhino)

1437

# beanshell (beanshell)

1438

# graphite (silgraphite)

1439

if test "$enable_category_b" = "yes"; then

1440

ENABLE_CATEGORY_B=YES

1441

enable_hunspell="yes"

1442

enable_hyphen="yes"

1443

enable_saxon="yes"

1444

enable_javascript="yes"

1445

enable_beanshell="yes"

1446

enable_graphite="yes"

1447

enable_coinmp="yes"

1448

enable_category_b_fonts="yes"

1449

1450

AC_MSG_RESULT([yes: allow modules moz, nss, hunspell, hyphen, saxon, rhino, 
beanshell, graphite, coinmp to be built])

1451

else

1452

# Disable libaries.

1453

enable_mozilla="no"

1454

enable_nss_module="no"

1455

enable_hunspell="no"

1456

enable_hyphen="no"

1457

enable_saxon="no"

1458

enable_javascript="no"

1459

enable_beanshell="no"

1460

enable_graphite="no"

1461

enable_coinmp="no"

1462

enable_category_b_fonts="no"




-----Original Message-----
From: Kay Schenk [mailto:kay.sch...@gmail.com]
Sent: Tuesday, June 10, 2014 8:48 AM
To: OOo Apache
Subject: Re: EXTERNAL: Re: Macro Security Button



On Mon, Jun 9, 2014 at 3:12 PM, Steele, Raymond 
<raymond.ste...@lmco.com<mailto:raymond.ste...@lmco.com>>

wrote:



> I will give this a try. However, I noticed that when I

> -enable-category-b and -enable-nss-module, the environment variable

> ENABLE_NSS_MODULE is set to NO.  Is this correct?

>



This doesn't sound right to me, but typically I don't  "-enable-category-b"

so ENABLE_NSS_MODULE=NO on my setup typically. Looking at configure.in, to me 
it seems -enable-nss-module is set to "yes" unless you set it to no, if you use 
enable-category-b,



If I were you I would try dmake clean (source your shell file first before 
doing this), followed by a fresh configure with just "-enable-category-b"

added and then see what you get on ENABLE_NSS_MODULE.







> -----Original Message-----

> From: Oliver-Rainer Wittmann [mailto:orwittm...@googlemail.com]

> Sent: Friday, June 06, 2014 4:25 AM

> To: dev@openoffice.apache.org<mailto:dev@openoffice.apache.org>

> Subject: EXTERNAL: Re: Macro Security Button

>

> Hi,

>

> On 05.06.2014 20:24, Steele, Raymond wrote:

> > In reference to the following thread, is setting the

> > -enable-category-b switch and re-compiling the only way to get the

> > macro security button to work in OpenOffice?

> >

> > http://markmail.org/thread/etx2btp74xaazc3p

> >

>

> configure option -enable-category-b activates the build of nss which

> is needed for security related stuff in AOO.

>

> Thus, you can use -enable-category-b to get the macro security stuff.

> I think you can also -enable-nss-module top get it work.

>

> Best regards, Oliver.

>

> > Raymond

> >

> >

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: 
> dev-unsubscr...@openoffice.apache.org<mailto:dev-unsubscr...@openoffice.apache.org>

> For additional commands, e-mail: 
> dev-h...@openoffice.apache.org<mailto:dev-h...@openoffice.apache.org>

>

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: 
> dev-unsubscr...@openoffice.apache.org<mailto:dev-unsubscr...@openoffice.apache.org>

> For additional commands, e-mail: 
> dev-h...@openoffice.apache.org<mailto:dev-h...@openoffice.apache.org>

>

>





--

-------------------------------------------------------------------------------------------------

MzK



"In the midst of winter, I found there was, within me,  an invincible summer."

                              -- Albert Camus

Reply via email to