Author: ydario
Date: Fri Nov 28 14:05:44 2014
New Revision: 1642302
URL: http://svn.apache.org/r1642302
Log:
#i125592# enable NSS modules also on OS/2 port.
Modified:
openoffice/trunk/main/configure.cmd
Modified: openoffice/trunk/main/configure.cmd
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.cmd?rev=1642302&r1=1642301&r2=1642302&view=diff
==============================================================================
--- openoffice/trunk/main/configure.cmd (original)
+++ openoffice/trunk/main/configure.cmd Fri Nov 28 14:05:44 2014
@@ -27,5 +27,5 @@ SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_
set config_shell=sh
set perl_sh_dir=%UNIXROOT%/usr/bin
-sh ./configure --prefix=/@unixroot/usr --with-system-zlib --with-system-jpeg
--without-stlport --with-system-icu --with-system-curl --with-system-python
--with-system-openssl --with-system-libxml --with-system-libxslt
--disable-werror --disable-mozilla --disable-odk --with-x=no
--disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes
--disable-gcjaot --without-fonts --with-ant-home=%MY_ANT_HOME% --without-junit
--with-system-apr --with-system-apr-util --with-system-serf
--enable-bundled-dictionaries --enable-category-b --with-lang="de es fr it nl
ru" | tee configure.log
+sh ./configure --prefix=/@unixroot/usr --with-system-zlib --with-system-jpeg
--without-stlport --with-system-icu --with-system-curl --with-system-python
--with-system-openssl --with-system-libxml --with-system-libxslt
--disable-werror --disable-mozilla --disable-odk --with-x=no
--disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes
--disable-gcjaot --without-fonts --with-ant-home=%MY_ANT_HOME% --without-junit
--with-system-apr --with-system-apr-util --with-system-serf --with-system-nss
--enable-bundled-dictionaries --enable-category-b --with-lang="de es fr it nl
ru" | tee configure.log
endlocal