summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* care for Java 1.5 support in external packagesDouglas Mencken2014-05-211-0/+1
| | | | | | | | | | | | | | apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* New --disable-runtime-optimizationsStephan Bergmann2014-05-081-0/+1
| | | | | | ...to better serve the needs of tools like -fsanitize=address Change-Id: Ic2f2b981b2f5c1bc95ff91bc7a8d21fbb695dc8d
* Add a new configure switch --with-locales for restricting the included localesTor Lillqvist2014-04-221-0/+1
| | | | | | | | | | | For now only effective in the DISABLE_DYNLOADING case, where it limits the locales compiled in to the i18npool library. Maybe should use this same option to also limit what collation tables etc are compiled in? Not expected to be used for desktop OSes, but can be useful for mobile platforms where every megabyte counts. Change-Id: If672b4cd19f44f8c7e119378faf40930a51969b7
* Freetype is needed by libgltf on all platformsZolnai Tamás2014-04-181-0/+1
| | | | Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf
* Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist2014-04-181-1/+0
| | | | | | | | | | | | | | | Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of using (or not, more likely) -DDISABLE_DBCONNECTIVITY. The plan is still that database connectivity would be disabled always for the non-desktop platforms, and otherwise disabling it would be a configure option. But, still lots to do; the TiledLibreOffice iOS test app gets tons of undefineds when linking if I actually try to disable the database connectivity. Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac
* add concept for chart xshape testsMarkus Mohrhard2014-04-031-0/+1
| | | | | | | will be run on a tinderbox for now that will be the reference for anything related to it Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
* Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan2014-04-011-0/+1
| | | | Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061
* Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan2014-04-011-1/+1
| | | | | | | | | | This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc. Conflicts: configure.ac scp2/InstallModule_ooo.mk Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660
* Build webdav based on serf if neon is disabled.Matúš Kukan2014-03-061-1/+1
| | | | Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
* Add apr and serf externals for alternative webdav implementation.Matúš Kukan2014-03-061-0/+6
| | | | Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
* scp2: remove some variable/macro cruftMichael Stahl2014-03-031-1/+0
| | | | Change-Id: If07b243e71be7c67d36e3d652c52781ef902e380
* upgrade liborcusMarkus Mohrhard2014-03-031-0/+1
| | | | | | | | Conflicts: external/boost/StaticLibrary_boost_system.mk Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
* drop unused configure testDavid Tardon2014-03-031-1/+0
| | | | Change-Id: If079720cec600a2a8c5acf1c3a4fa752d288b36e
* set MDDS_CFLAGS in configureDavid Tardon2014-03-031-0/+1
| | | | Change-Id: Ib6be67c7a23e5b403e90f4f72578f7385e895f23
* Allow to build lpsolver based on CoinMP library.Matúš Kukan2014-03-031-1/+1
| | | | Change-Id: I0a3b2bd6744f6ccca0017cd1e06a4018f085445a
* Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann2014-02-251-1/+0
| | | | | | | | ...see <http://lists.freedesktop.org/archives/libreoffice/2014-February/059654.html> "Drop CLANGBUILD in addition to CLANGDIR?" Change-Id: I8d68aa0f2298240c8e7265cab273c602f5b6881a
* Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.Matúš Kukan2014-02-211-0/+1
| | | | | | | So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to autogen.input and it works. Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e
* EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan2014-02-201-1/+1
| | | | | | It's easier to type 'make ENABLE_WERROR= <module>' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
* Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann2014-02-141-2/+1
| | | | | | ...only used in bean/Library_officebean.mk Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2
* JDKLIB is apparently unusedStephan Bergmann2014-02-141-1/+0
| | | | Change-Id: I8d13b28a0a6f0063a9249417bd0518dc3b83f8d0
* Fix --with-system-glewStephan Bergmann2014-02-041-0/+2
| | | | Change-Id: I62d36ada2128b11955b50b0373e1404ff34f2bd0
* make glew a normal external shared projectMarkus Mohrhard2014-01-291-0/+1
| | | | Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
* add glm to the libreoffice buildMarkus Mohrhard2014-01-291-0/+1
| | | | Change-Id: I40580283c29b6edcbffaeade2758a49c342239cf
* AbiWord Import filterFridrich Štrba2014-01-131-0/+3
| | | | | | | Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Add a view-only iOS test app using tiled renderingTor Lillqvist2013-12-181-0/+1
| | | | | | | | | | | | | | I had to add some horrible hacks to make sure the test doc has been loaded into a Writer shell before retrieving its size and being able to render it. Obviously some better solution is needed. But this is just a testbed to get some profiling data. The app is built using an Xcode project, and in gbuild through a custom target based on the MobileLibreOffice one. Setting up the various files used (or not used...) at run-time should really be factored out from the CustomTarget files. Change-Id: I1711b0cae9d28a09b73476b2d37d98b1820c9943
* gbuild: remove obsolete SOLARLIBMatúš Kukan2013-12-171-1/+0
| | | | Change-Id: I6fcf5ff3a8f543079c3c8d37a728eb0ba6e0587e
* fdo#39956 Delete JABDavid Ostrovsky2013-12-051-1/+0
| | | | | | | | | | | JAB has been discontinued in favor of the native IA2 bridge. Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1 Reviewed-on: https://gerrit.libreoffice.org/6819 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* We need an ENABLE_CURL, tooTor Lillqvist2013-12-051-0/+1
| | | | | | | | It is not enough to just have CURL in BUILD_TYPE or not. At least the ftp UCP requires libcurl unconditionally, so it can't be built if we don't have either a system or bundled libcurl. Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266
* Let's try to manage without building libcmis for iOSTor Lillqvist2013-12-051-0/+1
| | | | | | | libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e we don't build that for iOS. Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552
* Bin ATSUI codeTor Lillqvist2013-12-041-1/+0
| | | | | | | | TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't fallen. Getting rid of the ATSUI code will make other needed refactoring easier. Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
* Those AFM files are not used anymoreKhaled Hosny2013-12-041-1/+0
| | | | | | | | | | They were used to build metrics for printer built in fonts, which was dropped in the previous commit. Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50 Reviewed-on: https://gerrit.libreoffice.org/6861 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* --enable-ia2 no longer disables Java access bridgeMichael Stahl2013-11-211-0/+0
| | | | | | | | Just install both; 448727e598ca0c35ee9cd6f2c25a847c8147943b already made IA2 an experimental feature with fallback to Java access bridge if experimental mode is disabled. Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990
* Separate Impress Remote from Android build.Andrzej J.R. Hunt2013-11-201-0/+1
| | | | | | | | | | | | | | | | | Previously the Impress Remote app could only be built within gbuild when building the entirety of LO for Android, it can now be enabled separately to be built within any LO build. (Note that the app could still be built separately without doing a full Android build of LO by using the android build tools and/or IDE.) Conflicts: config_host.mk.in Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a Reviewed-on: https://gerrit.libreoffice.org/6146 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* fix Makefile.inBjoern Michaelsen2013-11-191-1/+0
| | | | | | | | | | | | | - unify ~all gbuild targets to one gbuild call - kill CHECK_PARALLELISM as we dont respect it consistently anyway - ${MODULE}.subsequentcheck needs no specialcasing now anymore too - should fix e.g. "make unitcheck slowcheck subsequentcheck" calls Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29 Reviewed-on: https://gerrit.libreoffice.org/6722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Add --enable-ia2 configuration optionDavid Ostrovsky2013-11-191-0/+1
| | | | Change-Id: I950c47bd95d5bb4aacf9e584c8e2eeef461af71f
* configure: NSS_MAJOR etc. unused since cffad630Michael Stahl2013-11-131-3/+0
| | | | Change-Id: I5182e538219e85e8c2b0ae615d02d9aaaff75ca5
* integrate libeotDavid Tardon2013-11-121-0/+4
| | | | Change-Id: I0f28ff1680026d883909cc12efabb54f705cecb4
* bundle libebookDavid Tardon2013-11-111-0/+3
| | | | | | | | Change-Id: I05d96875b9d1deb87dadd63f446080a6fe3494a9 Reviewed-on: https://gerrit.libreoffice.org/6630 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* remove INPATH and PROEXTMichael Stahl2013-11-071-3/+0
| | | | | | | | | | | | | | - WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* fdo#42783: remove CPU variable from environmentMichael Stahl2013-11-071-1/+0
| | | | | | | Replace uses with CPUNAME instead, and get rid of the horrible postgresql patch that worked around environment leakage. Change-Id: I38ccabfc438360524a272901bb9332ea708e274c
* config_host.mk: remove unused use_shl_versionMichael Stahl2013-11-071-1/+0
| | | | Change-Id: Ic829f1966cafa7c7680b95600ef071417ee9b9f7
* configure: WORDS_BIGENDIAN is unusedMichael Stahl2013-11-071-1/+0
| | | | Change-Id: I81b268d06c66860982b4d2443a1126e787f4190b
* configure: no need to put OSVERSION in environmentMichael Stahl2013-11-071-1/+0
| | | | | | ... since it's only used inside configure. Change-Id: Iaf88239a5e8eb7215406b9948ca2599bd1468a8b
* remove SOLARENV variableMichael Stahl2013-11-021-1/+0
| | | | | | | | It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
* Kill servlet-api and tomcatDavid Ostrovsky2013-11-021-2/+0
| | | | | | | Change-Id: I630da3fa37144b2e5fb5117017f43841ba89c42a Reviewed-on: https://gerrit.libreoffice.org/6454 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* solver doesn't solve anything...Michael Stahl2013-10-311-4/+0
| | | | | | | | | | | | | | ... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* bundle libfreehandFridrich Štrba2013-10-311-0/+3
| | | | | | | Change-Id: I12de5e96754a8dba94dfdef3deb2aac18af28f22 Reviewed-on: https://gerrit.libreoffice.org/6510 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* bundle libetonyekDavid Tardon2013-10-301-0/+3
| | | | | | | Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b Reviewed-on: https://gerrit.libreoffice.org/6486 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* configure: remove newly unused variable MERGE_MODULESMichael Stahl2013-10-301-1/+0
| | | | Change-Id: Idb60c578f6dd3412a81b38aaf66d21674387a2e0
* fdo#70496 revert to using libmysqlclientLionel Elie Mamane2013-10-191-0/+3
| | | | Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b