Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
|
|
|
|
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
|
|
Experimental work in progress.
Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
|
|
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
|
|
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
|
|
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
|
|
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
|
|
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling,
it breaks the build of 3rd-party libraries using autoconfigury on Windows. The
value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those
libs run in Cygwin and assume that a PATH_SEPARATOR environment variable
should be correct for Cygwin. Which ";" isn't.
Rename the variable to LIBO_PATH_SEPARATOR.
Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
|
|
See
http://lists.freedesktop.org/archives/libreoffice/2013-May/051706.html
for explanation.
Change-Id: Ieb7480f9f7a64a026abc985edde3ed932c1e8f56
Reviewed-on: https://gerrit.libreoffice.org/3908
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
|
|
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
|
|
Change-Id: Ib194156122c91a8911b748004e658835986ffc67
|
|
Change-Id: I35c5ec82a59e28c887ece8dc3ad10de764a3e66e
|
|
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
|
|
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
|
|
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
|
|
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
|
|
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
|
|
Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e
|
|
Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
|
|
Change-Id: I2cdd158528197630ec54873bd164077a8765542e
|
|
Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd
|
|
Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
|
|
Change-Id: Ic1cb9f1c855bd93ba1b0625e5c0d0565a0eb4567
|
|
Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67
|
|
Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a
|
|
Change-Id: Ic8eae6d7e9590ad75c414568877aa093c92ce536
|
|
Change-Id: I2e768f92ea6f4302ebede403e84d7bc70b4f3107
|
|
Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196
|
|
on cygwin, configure forced TMPDIR to /tmp, regardless whether it is set
or not. And while it respects an existing value of TMP, TMP is only used
in a few places. Changes the ones that explicitly check for TMP to
prefer TMPDIR, and don't duplicate configure's check in other scripts.
Change-Id: Ia8ac3f8d92e5f971c5237b85f66f7c0a58932930
Reviewed-on: https://gerrit.libreoffice.org/3701
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
- remove --unix-qstart-libpng:
the internal libpng is static lib so this option is pointless
- clean up duplicative libpng checks
- replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS,
which is the one case where it could still be disabled
Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811
|
|
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
|
|
This also reinstates the use of brand_dev/intro.png for non-release
builds, lost with gbuildization of instsetoo_native (commit
1d84e9d1d363bd550129efcbeafe670c0a049dd0).
Change-Id: I43477505c5c9a3d6ec961d640608e6e91379868e
|
|
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
|
|
To be used in the next commit.
Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0
Reviewed-on: https://gerrit.libreoffice.org/3517
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Does not work because cppuhelper depends on private libraries.
So, either by setting URELIBS we break API or can't merge that much or
need to think about it more and implement something clever.
This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.
|
|
No more need for URELIBS, depend only on MERGELIBS.
Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
|
|
... and copy them to solver bin in "external"
Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32
|
|
On --disable-openssl, the bundled neon library
will link against GNUTLS + gcrypt instead of
OpenSSL.
Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4
Reviewed-on: https://gerrit.libreoffice.org/3330
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Most of the components included in LibreOffice
already support alternative TLS libraries (e.g.
NSS, GnuTLS).
Change-Id: If00c348046fdbc88156f3d89c25e874e7e9bd04c
Reviewed-on: https://gerrit.libreoffice.org/3328
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
There is no configure switch for this, URELIBS must be set.
This commit changes strategy to link also libraries being merged.
We need them for build tools like idlc, cppumaker, .., so the tools can
link against them now. This avoids circular dependencies.
Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
|
|
one variable to find them,
one variable to deliver them all and into filelist put them,
in $INSTDIR where the installer searches.
Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b
|
|
Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15
Reviewed-on: https://gerrit.libreoffice.org/3173
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
I get the below warning for every single jar file without this patch.
warning: [options] bootstrap class path not set in conjunction with
-source 1.5
1 warning
Change-Id: I71c01aeea993640f1ec86fe1d8a977656861358d
|
|
This is preparatory work for creating installation directly by gbuild.
Change-Id: I1b11db37c76ff781731845650169f39cb78fe820
Reviewed-on: https://gerrit.libreoffice.org/3189
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Since we no longer support the old Apple SDK using gcc-4.0.1, we can
remove the cruft to work around its problems. Woohoo.
Change-Id: Idf275e76449443f1f0314e75dab993f213a77eb7
|
|
This reverts commit 151abb8b2b9d3a22229b98cec12e29484d12109b.
Unfortunately has the side effect that it will prevent GCC from
generating makefile dependencies for headers from bundled external
libraries, which breaks incremental builds horribly.
(Retain the uses in configure for real system headers).
Conflicts:
RepositoryExternal.mk
configure.ac
Change-Id: I149db1d402fa18bdc470f90dee846cfb5158237e
|
|
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6
Reviewed-on: https://gerrit.libreoffice.org/2953
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Peter Foley <pefoley2@verizon.net>
|
|
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
|