[Lunar-commits] r23229 - moonbase/trunk/zbeta/openoffice-src

Moritz Heiber moe at lunar-linux.org
Sun Feb 11 18:29:18 CET 2007


Author: moe
Date: 2007-02-11 18:29:18 +0100 (Sun, 11 Feb 2007)
New Revision: 23229

Modified:
   moonbase/trunk/zbeta/openoffice-src/BUILD
Log:
This might work a tit bit better



Modified: moonbase/trunk/zbeta/openoffice-src/BUILD
===================================================================
--- moonbase/trunk/zbeta/openoffice-src/BUILD	2007-02-11 05:55:37 UTC (rev 23228)
+++ moonbase/trunk/zbeta/openoffice-src/BUILD	2007-02-11 17:29:18 UTC (rev 23229)
@@ -4,15 +4,16 @@
   # All of the options have been carefully chosen. Don't edit them unless you
   # really know what you're doing  
 
-  OPTS="$OPTS --disable-epm --disable-qadevooo --disable-fontooo \
+  OPTS="$OPTS --disable-qadevooo --disable-fontooo --disable-odk \
               --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \
               --enable-mozilla --disable-binfilter --enable-xrender-link \
               --without-fonts --without-ppds --without-afms \
               --with-system-stdlibs --without-nas --with-system-zlib \
               --with-system-jpeg --with-system-expat --with-system-freetype \
               --with-system-libxml --without-system-db \
-              --with-system-xrender-headers --disable-odk \
-              --with-use-shell=bash --with-x --with-package-format=native" &&
+              --with-system-xrender-headers --with-epm=internal \
+              --with-use-shell=bash --with-x --with-package-format=native \
+              --with-build-version=LunarLinux" &&
 
   if module_installed sane-backends ; then
     OPTS="$OPTS --with-system-sane-header";
@@ -51,6 +52,7 @@
   cd $SOURCE_DIRECTORY &&
 
   ./bootstrap &&
+  sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxIntelEnv.Set.sh &&
   source LinuxIntelEnv.Set.sh &&
   dmake &&
 



More information about the Lunar-commits mailing list