summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* allow separate setting of parallelism for subseq. testsNoel Grandin2012-08-281-0/+1
| | | | Change-Id: I5a5444e8ee95b0fd95a97c31c94ab0f9c3935abb
* fdo#53855: Detect GCC built-in atomic functionsJung-uk Kim2012-08-271-0/+1
| | | | Change-Id: I57a977d799df6bce6c854b38b441a0575218922b
* fix conditional inclusion of jdbc patch in hsqldbDavid Tardon2012-08-261-0/+1
| | | | Change-Id: I75e4566509d1851e7405d1738ffeaf58261233ea
* vigra: convert to gbuildMatúš Kukan2012-08-251-0/+1
| | | | Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
* download clucene tarball only when it's going to be usedMatúš Kukan2012-08-241-0/+1
| | | | Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
* Use correct intro bitmap, as passed to configureThorsten Behrens2012-08-241-1/+1
| | | | | | Fix typo that had intro bitmap always be default in 3.6 series. Change-Id: I7822ab75c718040128231f5d50913c3b128d49fd
* gbuildize extrasDavid Tardon2012-08-241-0/+1
| | | | Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
* Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist2012-08-231-0/+1
| | | | Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
* add build support for libexsltDavid Tardon2012-08-151-0/+3
| | | | Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
* drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara2012-08-141-1/+0
| | | | | | | | | | we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
* Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky2012-08-101-0/+1
| | | | Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-091-0/+3
| | | | | | | Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
* configure SYSTEM_LIBLANGTAGEike Rathke2012-08-061-0/+1
|
* Initial checkin of remote control.Andrzej J. R. Hunt2012-08-061-0/+1
| | | | Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695
* More NDK r8b adaptationTor Lillqvist2012-07-311-0/+2
| | | | Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
* i do not see any reason for using ?= hereDavid Tardon2012-07-261-2/+2
| | | | Change-Id: I39acbfcae047829bed68186917bbb4e851d2ac20
* Propagate also the OS X SDK version we are building against to the environmentTor Lillqvist2012-07-231-0/+1
| | | | Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e
* Check for uuidgen and for winegccFridrich Štrba2012-07-231-0/+1
| | | | Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080
* Support for --with-java-target-version in gbuildStephan Bergmann2012-07-201-1/+0
| | | | | | | | | | | ...had been missing. Old dmake-based build system did not add -source/-target when using gcj (unless gcj really was Eclipse Java Compiler, in which case those -source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is no longer necessary. (Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.) Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
* implementing Telepathy Tubes interfaceEike Rathke2012-07-171-0/+3
|
* First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba2012-07-161-3/+1
| | | | Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
* Add a configure flag to enable CoreText SupportNorbert Thiebaud2012-06-231-1/+2
| | | | Change-Id: I0f3865beff53f199fae49e806f308c6dab3e3c11
* config_host: fix misleading commentMiklos Vajna2012-06-231-1/+1
| | | | Change-Id: I51dbc3c1e0f860c7d3c866888f259de6b0d670b3
* fixing pyuno bridge on mingw: packaging system-pythonDavid Ostrovsky2012-06-221-0/+7
| | | | Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
* (incomplete) attempt to build internal python with MinGWDavid Tardon2012-06-171-0/+1
| | | | Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
* pkg-config glibEike Rathke2012-06-151-0/+2
|
* better test for system boost date_time libDavid Tardon2012-06-131-0/+4
| | | | | | This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
* Revert "add configure check for date_time lib"Jan Holesovsky2012-06-061-3/+0
| | | | | | | This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
* LO_PATH unused outside configure.in and config_host.mk.inStephan Bergmann2012-06-051-1/+0
| | | | Change-Id: Ib349d9bf93ad59c4c171b87f10c4fe608cecb5fd
* Adding Microsoft Publisher Import filterFridrich Štrba2012-06-051-0/+3
| | | | Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
* add configure check for date_time libDavid Tardon2012-06-051-0/+3
| | | | Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
* do not export INCLUDE for MSVC, avoids problems long LO build pathLuboš Luňák2012-06-041-1/+0
| | | | | | | | | | INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx) and make somehow (not sure why) exports the INCLUDE that gbuild uses, which (again, not sure why) causes MSVC to report a misleading error about incorrect argument. There actually does not appear to be any (unreasonably) low path length limit on Windows. Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2
* Replace the module icc functionality by a use of lcms2Fridrich Štrba2012-06-041-3/+0
| | | | Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
* deliver sane header only when it's being usedMatúš Kukan2012-06-021-1/+0
| | | | Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
* export ALL_LANGSDavid Tardon2012-05-291-0/+1
|
* these variables are never set by configureDavid Tardon2012-05-291-3/+0
| | | | Change-Id: I8ed3642aca7581cb50c4be1c519c6664296734b8
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-241-0/+2
| | | | Change-Id: I241be2704a069ec1f6be5861084039569673cc12
* TDE integrationNorbert Thiebaud2012-05-141-0/+7
| | | | Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
* make build work again with older ICUDavid Tardon2012-05-141-0/+2
| | | | | | | | | The recent addition of Hebrew line breaking rules apparently does not work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x is the first version where it is implemented) as minimum ICU version? IMHO it would be better than this insane (and fragile) filtering... Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c
* duplicate SYSTEM_[LIBJPEG|JPEG] testsCaolán McNamara2012-05-131-1/+0
| | | | | | | we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to be used Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87
* Enable configure switch for cupsTomas Chvatal2012-05-091-0/+1
| | | | | | | | This allows us not to have cups during the build time of libreoffice. Commit is inspired from patch from Dave Flogeras <dflogeras@gmail.com>. Change-Id: I I32a14eb6e7bdd13de1a737d4798c852a830ae326
* dis-entangle --enable-symbols and --enable-debug:Michael Stahl2012-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OOo used to use debug level this way: 0 is default for product build 1 for --enable-dbgutil 2 for environment variable debug=t, regardless of dbgutil setting in LO these have now morphed into: 0 is default for product build 1 for environment variable debug=t 2 for --enable-dbgutil (at some intermediate stage in the past) 1 for --enable-dbgutil (today) This has caused a lot of confusion and some things were not converted properly, including a check in LinkTarget.mk. Developers should use --enable-debug to get useful information, including full debug info and assertions. --enable-symbols is not intended for developers, but for people who need their builds to be able to produce useful stack traces; --enable-symbols is for example set unconditionally in the Fedora RPM spec, and for this purpose disabling of inlining is not wanted. It is unlikely that somebody wants symbols for only part of the build, and consequently a different mechanism is used to set the corresponding flags: they are set into global gb_LinkTarget_C{,XX}FLAGS. So move the selective symbol feature back to --enable-debug. (this substantially reverts db8df57acd601ed084bd0122683e1bd066a4f143)
* Allow usage of system rhino wrt fdo#42977Tomas Chvatal2012-05-061-0/+2
| | | | | | | | | | It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
* allow custom solver/workdir location: --with-solver-and-workdir-rootMichael Stahl2012-05-021-2/+2
|
* export flexDavid Tardon2012-05-011-0/+1
| | | | Change-Id: I7d5d8e380e12cc66255ddc3ac3f70bab7713f8b6
* fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky2012-04-261-1/+0
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* specific variable for where dev-install installsLuboš Luňák2012-04-241-0/+1
|
* configure checks for gcc options that clang does not supportLuboš Luňák2012-04-231-0/+5
| | | | | | Maybe they'll be supported somewhen in the future, so do not hardcode them out. Also, gb_DEBUG_C(XX)FLAGS are apparently common GCC options, not platform-specific.
* more flexible --enable-symbols=<for>Luboš Luňák2012-04-231-1/+1
| | | | | | | | | | the argument given now can - be 'all', meaning everything - start with -, meaning not to enable symbols for that item - end with /, meaning everything in that toplevel directory - be a target of the form targettype_name, e.g. Library_swui Note that there is no ordering and removal takes precedence.
* fixes for debug flags handlingLuboš Luňák2012-04-231-1/+1
| | | | | | | | | | | | | | | - move using optimization, symbols (i.e. debug) and environment cflags/cxxflags into one place - --enable-dbgutils is independent from --enable-debug, and thus also --enable-symbols, so it should not set debuglevel - setting -g flag is controlled by --enable-symbols, not --enable-debug, so it should be used also for selective -g enabling - setting debug flags depending on debuglevel being 2 is certainly wrong - do not let environment cflags/cxxflags disable optimization/symbols flags completely, if one wants, it's possible to explicitly specify e.g. -g0, but the current way does not make it easily possible to specify e.g. -fcolor-diagnostics - do not set debug flag globally now that it can be done selectively