Commit graph

116 commits

Author SHA1 Message Date
Thomas Klausner
d35a430199 Add NetBSD support for amd64 and for current compiler.
Should be merged with the generic gcc file, I'll do that as
a separate step.
2010-12-07 10:54:30 +01:00
Caolán McNamara
d3f104d48f make smoketest use ooinstal to build its install set 2010-12-02 14:06:21 +00:00
Thorsten Behrens
fe6ed1e8bf Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
  git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
  that to dynamically add l10n repo
2010-12-02 00:13:48 +01:00
Robert Nagy
bd515e768b merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:26:31 +01:00
Jan Holesovsky
9c0035f024 Makefile.in: Introduce the 'install' target.
You can use it like 'make install', or 'make install prefix=/path', to override
what has been set by ./configure.
2010-12-01 11:14:57 +01:00
Norbert Thiebaud
22ce993077 correct the instructions:./download and ./g clone are implicit with make 2010-11-30 20:25:21 -06:00
Jan Holesovsky
bc663e966a build: Update the download location for the external tarballs. 2010-11-30 20:25:20 -06:00
Kalman Szalai - KAMI
95cc1b81f1 Adds OxygenOffice extras as configurable optional
Introduces:
 --enable-extra-gallery  - for additional galleries
 --enable-extra-template - for additional templates
 --enable-extra-sample   - for additional samples
 --enable-extra-font     - for additional fonts
 configure options.
2010-11-30 13:52:46 +01:00
Fridrich Štrba
18b79d5243 buildfix-x86-64-visibility-workaround.diff: migrate to git 2010-11-25 13:44:28 +01:00
Sebastian Spaeth
5bec664553 Don't set RSC_ONCE, it is unused
RSC_ONCE was invariably set to true but was not used afterwards. So
remove it.
2010-11-16 14:37:26 +01:00
Sebastian Spaeth
813eb5d9a9 set_soenv: remove leftovers from tcsh and .bat file support
This silences the new "Unknown type!" error messages at the end of a
./configure run.

This should not make any functional difference, as the support for
those in ToFile was already missing.
2010-11-10 14:18:12 +01:00
Sebastian Spaeth
ae7612d1d2 Make the configure run less verbose (without losing information) 2010-11-10 14:16:08 +01:00
Thomas Klausner
29e7e9c4dc Pass thru PYTHON, found by configure.
Will be used by filter/source/config/fragments/makefile.mk.
2010-11-06 00:30:03 +01:00
Thomas Klausner
37ed2517b6 Pass thru MOZ_NSS_LIBS, autodetected by configure and needed by xmlsecurity. 2010-11-06 00:18:32 +01:00
Jesús Corrius
a66a55daeb Fix path to the right libraries for MS C/C++ x_64 2010-11-05 21:07:56 +01:00
Robert Nagy
5f4e567812 pick up system jpeg on openbsd 2010-11-05 12:14:31 +01:00
Robert Nagy
a5a2fe55d5 OpenBSD needs /usr/local/lib in SOLARLIB 2010-11-05 12:14:25 +01:00
Jesús Corrius
3e348a276c Add --enable-cl-x64 option 2010-11-05 02:23:12 +01:00
Jesús Corrius
2d3adf8431 Remove obsolete --enable-cl-standard 2010-11-04 22:23:58 +01:00
Robert Nagy
03e2863a1a make LibreOffice boostrap on OpenBSD 2010-11-04 00:43:13 +01:00
Jan Holesovsky
ac1a3a5d5b Don't add an explicit -L/usr/lib or -L/usr/lib64.
It breaks KDE3 build on SUSE.
2010-11-03 15:03:27 +01:00
Sebastian Spaeth
3dd497e93f bootstrap/set_soenv: remove unused variables
The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
in this script and have been removed.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Sebastian Spaeth
69e273ce72 bootstrap/soenv: remove tcsh version of LinuxX86-64Env.Set
Previously we would have been writing out LinuxX86-64Env.Set and
LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
set_soenv.in to actually only produce 1 version which makes us require
bash as interactive build shell.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Rene Engelhard
f974a612eb bin agg 2010-10-29 17:58:25 +02:00
Luke Dixon
4fa790ad7b Add zenity systray support to the build.
Adds also a configure option '--enable-zenity' used to enable this feature.
2010-10-26 11:15:24 +01:00
Michael Meeks
d42255ec76 cleanup / remove obsolete pam config pieces 2010-10-25 16:22:31 +01:00
Thomas Klausner
884120a376 Fix typo in operating system name. 2010-10-19 15:24:26 +02:00
Jesús Corrius
f06879087e Enable Microsoft Visual C++ 10 compiler in the build system 2010-10-15 02:23:59 +02:00
Luboš Luňák
3957db4367 support for Qt's event loop Glib integration 2010-10-14 17:56:46 +02:00
Michael Meeks
15c61bb323 Improve error reporting accuracy, to help people re-build 2010-10-14 12:54:29 +01:00
Cédric Bosdonnat
c3ab3df902 Renamed OpenOffice.org into LibreOffice in configure scripts 2010-10-14 09:53:40 +02:00
Caolán McNamara
4ab1dd54b0 AIX tweaks 2010-10-13 20:29:38 +01:00
Michael Meeks
305fb073a0 Enable unx quickstart, and broffice flags 2010-10-12 16:26:05 +01:00
David Tardon
5953db8547 set REDLAND_CFLAGS for system redland.
unoxml/source/rdf/makefile.mk used it for ages (since integration of CWS
odfmetadata), but it had never been set .-)
2010-10-06 09:50:50 +02:00
Christian Lohmaier
8e48af6518 Make Darwin platform detection more error resilient
With recent XCode updates, on 10.4.0, apparently config.guess
returns x86_64-apple-darwin10.4.0 which makes set_soenv fail
spectacularly. Now, we just check for PPC, and default to i386
for everything else (there's no 64 bit mac port anyway)
2010-10-05 20:42:06 +02:00
Caolán McNamara
47ac2e8d1f add some configure options to control external libtextcat and libtextcat data 2010-10-05 11:50:11 +01:00
Fridrich Štrba
cc5f97f621 Bundle the VC runtime distribuable installers in LibO installer 2010-10-04 12:26:27 +02:00
Petr Mladek
7ea508e89e Call fetch_tarballs.sh from make 2010-09-21 16:59:12 +02:00
Petr Mladek
322d73b0df build-java-target.diff: allow to define java target
i#93115

allow to define java target, so the build is usable with the JVM 1.5
even when it is built with JDK 1.6
2010-09-17 14:06:49 +02:00
Tor Lillqvist
abc28ea4ca Workaround for default_images symlink problem on Cygwin 2010-09-17 14:30:05 +03:00
Tor Lillqvist
31b5763489 Avoid symlinks in solenv path on Cygwin 2010-09-17 00:05:55 +03:00
Radek Doulik
102b164678 patches/gstreamer/gstreamer-config-office.diff: gstreamer
- enable/disable at build time
2010-09-16 15:27:23 +02:00
Fridrich Štrba
41da5a33d0 internal-mesa-headers-config_office.diff: make configure aware of Mesa. 2010-09-14 11:44:27 +02:00
Fridrich Štrba
5c9ac81fbc wpgimporter.diff: WPG Import filter 2010-09-14 11:29:54 +02:00
Fridrich Štrba
b3d65a7d1c wpsimport-config_office.diff: WPS import filter - configure part. 2010-09-14 11:01:32 +02:00
Cédric Bosdonnat
7c92f4fc9b Changed default path to external sources tarballs 2010-08-27 12:03:51 +02:00
Jan Holesovsky
e8ea8e7ff6 Decrease verbosity of the configuration process. 2010-08-26 09:41:21 +02:00
Jan Holesovsky
5260ed6bed Make ./configure & friends more user friendly. 2010-08-20 16:43:34 +02:00
Kurt Zenker
38521b81c6 CWS-TOOLING: integrate CWS configure25_OOO330 2010-07-13 13:58:14 +02:00
obo
dd21c6021c koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. 2010-06-23 13:38:34 +02:00