summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Collapse)Author
2012-01-02Online update: Enable online update even for the Linux release builds.Jan Holesovsky
[and mention it explicitly in the Windows and Mac distro configs, to be safe :-)]
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-16There is no --disable-nss-module option any moreTor Lillqvist
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba
2011-12-09Build the postgresql driver by default on 32-bit Windows tooFridrich Štrba
2011-12-09Use the internal libpq for universal buildsFridrich Štrba
2011-12-07Build pgsql connector for Linux release buildsFridrich Štrba
2011-12-01Don't bother with Report Builder on Android for nowTor Lillqvist
2011-12-01Don't bother with Presenter Console or Minimizer on Android for nowTor Lillqvist
2011-12-01Enable online update in the release builds again.Jan Holesovsky
2011-11-30sampleicc has not yet been packaged in pkgsrcFrançois Tigeot
2011-11-30Remove some obsolete config optionsFridrich Štrba
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky
2011-11-25Android is after all Java-based, so let's not avoid itTor Lillqvist
An Android app always runs in the context of a Java (well, Dalvik) virtual machine. Sure, there will now be some Java-related compilation errors here and there when cross-compiling for Android. Use --without-java if they disturb, until I have fixed them.
2011-11-19Remove obsolete parameter --disable-nss-moduleFrançois Tigeot
2011-11-19Do not use mozilla headersFrançois Tigeot
The configure script checks for them by default now. Disable this nonsense.
2011-11-11Add --disable-xmlsec for nowTor Lillqvist
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky
2011-11-03Disable xmlsec for AndroidTor Lillqvist
2011-10-24Disable the Presenter Console extensionFrançois Tigeot
2011-10-17Use the internal versions of libcmis and libvisioFrançois Tigeot
They are not packaged separately
2011-10-06cmis disable got removed from configureThorsten Behrens
2011-10-04Disable libcmis for Android for the whileThorsten Behrens
2011-09-27Make Android cross-build workingThorsten Behrens
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-09-25Disable some extensions that apparently are enabled otherwiseTor Lillqvist
2011-09-23bump to libexttextcatCaolán McNamara
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-08-23Presumably we want --without-afmsTor Lillqvist
2011-08-22Enable CUPS unconditionallyFrançois Tigeot
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-08-02Add --disable-librsvgTor Lillqvist
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud
2011-06-28Remove --enable-debug, it now breaks the buildFrancois Tigeot
2011-06-26There is no --disable-fontconfig option any moreTor Lillqvist
2011-06-24Disable the online update for the release.Jan Holesovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-20update the configure flags to reflect realityRobert Nagy
2011-06-20update the configure flags to reflect realityRobert Nagy
2011-06-17--enable-online-update in the Linux universal builds.Jan Holesovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-13No enable-ext-scripting-python any moreTor Lillqvist
2011-06-13Revert "Use separately built "system" OpenSSL for iOS"Tor Lillqvist
This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6.
2011-06-09No --disable-cairo needed any moreTor Lillqvist
2011-06-06use --enable-python=internal in distro configsPetr Mladek
--without-system-python is not longer available
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-26Use separately built "system" OpenSSL for iOSTor Lillqvist
The configury in the bundled obsolete version of OpenSSL is just too horrible to even bother patching up to work for cross-compiling to iOS. There are several ways to build OpenSSL for iOS described on the net, let's just use one of them.
2011-05-23fix ant homeRobert Nagy
2011-05-23fix ant homeRobert Nagy
2011-05-21use internal libwpd for nowRobert Nagy
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks
2011-05-17Enable nlpsolver also for MacThorsten Behrens
Fix for fdo#37180 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>