summaryrefslogtreecommitdiff
path: root/set_soenv.in
AgeCommit message (Collapse)Author
2011-11-18add --enable-silent-msi configure switchAndras Timar
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
2011-11-17Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane
2011-11-17make postgresql-sdbc connectivity optionalNorbert Thiebaud
2011-11-17Apply sdbc-postgresql-config_office.diffLionel Elie Mamane
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15Check for the missing MSVC 2005 runtime libs.Jan Holesovsky
They are needed for the pre-built Mozilla libs.
2011-11-15Fix location of the prebuilt mozilla files.Jan Holesovsky
2011-11-14Link with libXrender instead of dynamically open itCaolán McNamara
Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
2011-11-14Avoid silly -Lno_x_libraries (for Android, which is Linux, but without X11)Tor Lillqvist
2011-11-11Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal
2011-11-10There is never any solver/$INPATH/include as far as I knowTor Lillqvist
2011-11-10Avoid silly -Ino_x_includes in $SOLARINCTor Lillqvist
2011-11-10Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATHTor Lillqvist
In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.
2011-11-10solenv/inc/Xp31 is crackTor Lillqvist
2011-11-10MacOSX doesn't support X based build anymore, stop pretending in set_soenvNorbert Thiebaud
2011-11-08Add switch for system/internal npapi.hTomas Chvatal
This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
2011-11-02remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.inRene Engelhard
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-11-02export DBUS_{CFLAGS,LIBS}David Tardon
2011-10-20Introduced --disable-linkoo.Stephan Bergmann
2011-10-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat
2011-10-03Fix the build / host confusion around icu tools.Jan Holesovsky
2011-10-02add --with-system-libcmisRene Engelhard
2011-10-01ExternalLib: add the include folder to the default includesCédric Bosdonnat
2011-09-30Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann
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-20Always output AWTLIB, gbuildized 'bean' depends on that.Jan Holesovsky
2011-09-19Fix soenv for FreeBSDBaptiste Daroussin
2011-09-19Drop unused WinFormat functionTor Lillqvist
2011-09-19Drop ActiveState Perl supportTor Lillqvist
Why make life harder on purpose? On Cygwin, we support the Cygwin Perl, period.
2011-09-19Avoid reordering elements already in PATH for CygwinTor Lillqvist
For instance: If we have /opt/lo/bin in PATH already in front of /usr/bin, we don't want to put /usr/bin in front of it again.
2011-09-19Surely /usr/bin already is in PATH on CygwinTor Lillqvist
It would be a weird PATH otherwise. (And if that is the case, presumably there is a good reason for it, then, and we shouldn't force /usr/bin there.)
2011-09-19Bin weird leftover from OOo's native MinGW thingTor Lillqvist
I don't see the need to explicitly prefix PATH with /usr/bin in the generated 'bootstrap' file. Surely /usr/bin is in PATH anyway for any sane setup, and if there are other directories in front of it in PATH, that is then on purpose.
2011-09-18Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal
This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
2011-09-16Removed no longer needed PROFULLSWITCH.Stephan Bergmann
2011-09-13typo fixAndras Timar
2011-09-10provide instructions to install a linreoffice-custom gnumakeNorbert Thiebaud
2011-09-10Add detection of stale / slow makes (for Windows) and warn about them.Michael Meeks
2011-09-01extend branding options in configureAndras Timar
2011-08-30Remove the almost always empty '350' directoryFrançois Tigeot
It's better to use two completely separate source trees than to try to build two different versions of LibreOffice in the same one
2011-08-29MinGW cross-compilation improvementsTor Lillqvist
Make sure the MINGW_FOO environment variables get set and propagated to the build environment also in the MinGW cross-compilation case. The OOo code used to do that for MinGW natively on Windows (under Cygwin). (Which we don't intend to support.) Now, whether the *use* of these variables in the various makefiles etc is relevant any more remains to be seen. I suspect all that might well be unnecessary, as we after all are capable of cross-build the code using MinGW just fine currently with none of these MINGW_FOO being set. One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed, though, is in scp2. We presumably do want to include these DLLs (the shared libgcc and libstdc++) in the installation set, to the extent the scp2 stuff can be used still in a MinGW cross-build context.
2011-08-29we are not using this GLIBC variableMatúš Kukan
2011-08-26Bin USE_MINGWTor Lillqvist
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)