summaryrefslogtreecommitdiff
path: root/set_soenv.in
AgeCommit message (Collapse)Author
2011-12-27move ENABLE_* variables from set_soenv.in to config_host.mkNorbert Thiebaud
2011-12-25migrate most SYSTEM_* config from set_soenv.in to config_host.mk.inNorbert Thiebaud
should be pretty safe. The main risk if is something rely on the 'undef if empty' behavior of the typical trap is the use of *= in dmake a git grep of "\$(SYSTEM_" did not reveal any problematic case.
2011-12-24do not export SUNTEMPLATE_LANG. Not used anywhereNorbert Thiebaud
2011-12-24binned XAU_LIBS from configure.in. Not used anywhere.Norbert Thiebaud
2011-12-24binned --enable-static-gtk... no used anywhere.Norbert Thiebaud
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-12-21only use posix_fallocate() if it's actually availableRobert Nagy
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-15Unset SYSBASE explicitly if not supposed to be setTor Lillqvist
This fixes cross-compiling from Linux to Android. My guess is that the build system nowadays, when building the cross_toolset (for the build platform), sources Env.Build.sh in an environment where Env.Host.sh has already been sourced. So, if Env.Host.sh exports SYSBASE, that stayed in force also after sourcing Env.Build.sh, with predictably horrible results. For some reason it didn't hurt cross-compiling from Mac OS X, which is why I hadn't noticed.
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane
Enable it by default on MacOS X
2011-12-15Revert "enable -gdwarf-4 by default if possible"Luboš Luňák
It turns out even quite recent gdb (7.1) reportedly does not support DWARF4, moreover while the produced binaries are smaller, faster and make gdb initially use less memory, this quickly ceases to the case as soon as one actually does anything in gdb. Presumably the DWARF4 handling in current gdb is very inefficient (http://sourceware.org/bugzilla/show_bug.cgi?id=13498). This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa. Conflicts: solenv/gbuild/platform/WNT_INTEL_GCC.mk solenv/gbuild/platform/unxgcc.mk
2011-12-13Kill unused variableTor Lillqvist
2011-12-13Drop the $oldoutfile thing, people are used to Env.Host.sh by now surelyTor Lillqvist
2011-12-12Drop some unused variablesTor Lillqvist
2011-12-12We only support Cygwin Perl on WindowsTor Lillqvist
2011-12-12The VCL environment variable, always "TRUE", is not usedTor Lillqvist
2011-12-12Drop two unused variablesTor Lillqvist
2011-12-12I don't see VCL or NT351 being checked in any ifdefTor Lillqvist
So drop the GVER thing and -DVCL and -DNT351.
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist
2011-12-11CALL_CDECL is always TRUETor Lillqvist
2011-12-11COMMON_OUTDIR is always empty here anywayTor Lillqvist
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-11I don't see SOLAR_PLUGIN being used anywhereTor Lillqvist
2011-12-11I don't see NO_REC_RES being used anywhereTor Lillqvist
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-11I don't see SO3 being used anywhereTor Lillqvist
2011-12-11I don't see ENABLEUNICODE being used anywhereTor Lillqvist
2011-12-11I don't see ENABLE_FONTCONFIG being used anywhereTor Lillqvist
2011-12-08enable -gdwarf-4 by default if possibleLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-12-08Avoid pointless warning for AndroidTor Lillqvist
2011-12-06remove NSIS supportAndras Timar
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens
Added necessary configure magic & conditional compiles for that.
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon
The dialog is built for gtk 2.0 if the version present at the system is at least 2.10.0 and always for gtk 3.0.
2011-12-01Now that JAVA_HOME is set early, no need to expand it lazilyTor Lillqvist
Just use $JAVA_HOME instead of '$JAVA_HOME'. Fixes build breaker in at least bean on Linux.
2011-11-30Set JAVA_HOME before it is usedTor Lillqvist
2011-11-30Bin an obsolete X11 on MacOSX related bitTor Lillqvist
2011-11-30Fix indentationTor Lillqvist
2011-11-30Don't add nonexistent Java files and dirs to various env varsTor Lillqvist
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI
Now only handling brand downloading
2011-11-29respect DO_FETCH_TARBALLS againBjoern Michaelsen
2011-11-29Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal
2011-11-28Use the build.pl parallelism again.Jan Holesovsky
2011-11-27render the --enable-pch option inert.Norbert Thiebaud
2011-11-23Make SampleICC switchable between system and internal one.Tomas Chvatal
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