summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann1-0/+26
...otherwise, at least with some --with-system-boost versions and C++11 compilers, like with Fedora's boost-1.50.0-4.fc18.x86_64 and gcc-c++-4.7.2-8.fc18.x86_64, using this to copy-construct an instance of boost::unordered::detail::ptr_node<std::pair<rtl::OUString,Bootstrap_Impl*>> in the call to p_bootstrap_map->insert(...) in rtl_bootstrap_args_open (sal/rtl/source/bootstrap.cxx) would memcopy the ptr_node and fail to call rtl_uString_acquire, leading to memory corruption later on when rtl_uString_release is called one time too often. It is not entirely clear to me whether this is a shortcoming of the given Boost version, but this patch solves the problem and brings rtl::Allocator::construct in line with the (changed) Allocator requirements of C++11 anyway. The problem potentially lurks with every use of rtl::Allocator, but only showed now begining with LO 4.0 where e5111574fd904b38a3980ca4ea3d21cfcb22dea6 "Revert 'sb140: sb140: #i116981# clean up memory upon exit'" re-introduced code into rtl_bootstrap_args_open that inserts into a boost::unordered_map that uses rtl::Allocator. (cherry picked from commit c91d353872b7d4e1a39192bff1444b46cab6e5eb) Conflicts: config_host/config_global.h.in ...solved by resorting to the old -DHAVE_CXX11_PERFECT_FORWARDING logic spread across various solenv/.../*.mk instead. (cherry picked from commit https://gerrit.libreoffice.org/#/c/2166/1) Conflicts: configure.ac solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/com_MSC_defs.mk Change-Id: I3be22f59a8eb49d31458480c27f3ce15803c7fd4 Reviewed-on: https://gerrit.libreoffice.org/2167 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-11-05Detect failing Clang with GCC 4.7 headers and --std=gnu++0x scenariosStephan Bergmann1-0/+3
Change-Id: I6caa48a428ac7fef23f7c3e6fc7896b7e3a8d0fc Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek1-0/+36
Conflicts: desktop/source/app/sofficemain.cxx instsetoo_native/util/openoffice.lst solenv/inc/minor.mk Change-Id: I3e9510067c7173f6c71368e70ba6dfe168c5318e
2012-10-13[mono] Make cli_ure build on windows againFridrich Strba1-1/+4
Change-Id: I4b79502121f9cb1577214a2c22ffa20bb599e419
2012-10-13[mono] mono-installation.diff: add mono supportPetr Mladek1-0/+16
also move mono_loader.*.uno.so into the mono subpackage where it belongs to Conflicts: bin/distro-install-file-lists solenv/gbuild/extensions/post_AuxTargets.mk Change-Id: I681543edb6a27e16c66badc7e9e11743833f2fe3
2012-10-13[mono] mono-build.diff: add mono supportPetr Mladek1-2/+81
integreated with mono-climaker-config.diff and allow building with mono-2 Conflicts: configure.in set_soenv.in Change-Id: If119de1df872fd3fd9ba460e961724b6182b3899
2012-10-03correct help string: horizontal -> verticalIvan Timofeev1-1/+1
Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-10-03Help text for newly introduced switches.Jan Holesovsky1-0/+14
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09 Signed-off-by: Ivan Timofeev <timofeev.i.s@gmail.com>
2012-10-02fdo#52268: splash: change color and position of messagesIvan Timofeev1-0/+22
Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-09-10gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl1-1/+5
Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always enabled when --enable-dbgutil is set, with no way to override it. Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where the new "FALSE" value, set by an explicit --disable-symbols, overrides any implicit way of enabling symbols. But by default an --enable-dbgutil still enables gb_SYMBOL. Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d (cherry picked from commit d9cbc837f84c415f5949a6893764dae8268f0d85) Reviewed-on: https://gerrit.libreoffice.org/572 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-08-30Update desc of mergelib configure optionTomas Chvatal1-4/+13
Also do not be fatal on clash with binfilter and just warn the user that mergelib was disabled in favor of binfilter if he has both enabled. Change-Id: I3b683a948e00b1134c10881c5ec442e6380f2822 Signed-off-by: Matúš Kukan <matus.kukan@gmail.com>
2012-08-23actually set P_SEP aka. PATH_SEPERATOR on kFreeBSD to fix Java builds...Rene Engelhard1-0/+2
Change-Id: I5e84cf342ab9a7017bf61dbb455548105b867e50 Reviewed-on: https://gerrit.libreoffice.org/468 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-20configure: fix S390X CPUNAME:Michael Stahl1-1/+1
The value was changed to S390x, presumably by accident, breaking the build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272). (cherry picked from commit 8c482683edf6aee17d4718150158293461b88b3b) Change-Id: Icca90818c6363855437a273714a8317becdfd0e5 Signed-off-by: Rene Engelhard <rene@debian.org>
2012-08-18fix TDE FTBFSTimothy Pearson1-1/+1
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4 Signed-off-by: David Tardon <dtardon@redhat.com>
2012-08-09Use LIBS not LDFLAGS to not fail with enforced as-needed.Tomas Chvatal1-3/+3
Change-Id: Ia27e97c12e9a8f36e106c9ae3c399cd776433387 (cherry picked from commit 0c7617a388d8e2e3a0d6c451b6412a5d32dd3d6e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-08-01configure: remove check for empty $COMPATHMichael Stahl1-3/+0
It would be extremely suprising if we could get to line 11075 in the configure script if there isn't actually a C++ compiler available, and the test does fail on Fedora 17 without ccache installed because $CC is /bin/gcc. Change-Id: I727ba171a3d647e2ba974d196794943b6450ce6e Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-07-11configure: remove silly un-terminated s[dw]ext msgMichael Stahl1-2/+0
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77 (cherry picked from commit 5a7ebc5cb8600cc0d436ce81f58e7555cd026cd6) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-07-11configure: don't fail if ant home contains spaceMichael Stahl1-11/+7
Change-Id: I70ee8a557cb0e9aee393939e886cf82d8a9fc79c (cherry picked from commit 32aa5e6aa0e0e976a16204b23699031192b9bb34) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-07-11configure.in: typosMichael Stahl1-2/+2
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56 (cherry picked from commit d3d2f4ecc92e1215a2139e2b84e4e991396b3ce1) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-07-10about.svg no longer bears brand differences.Thorsten Behrens1-2/+0
Change-Id: I28ce335b4fafc8c628a0ec71dd097a09d683b2be
2012-07-04check for Digest::MD5 Perl moduleAndras Timar1-1/+1
Change-Id: I11ee3d8ea0245758570cfd482a99f7012c0ad869
2012-07-03Add new splash screen by Andrea SorognaStefan Knorr (astron)1-4/+4
With some modifications to fit the brand colors etc. by myself. * The visible progress bar frame is now in the image itself which has two advantages - it is always there (otherwise the splash could come up without any progress bar frame at all, and then would appear a second later) - you can have arbitrary distances between the bar frame and the bar The frame defined in configure.in is now in a barely visible colour. Change-Id: Ief361b68d6a8665afa8da42325ac39fa750654ef Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2012-06-29Google Docs extension passive registrationAndras Timar1-1/+1
Change-Id: I1ca4a35ccdc93b55fa84ca85cd4769a53545ca79
2012-06-25explicitely check gmodule build flags for gtk3 modulePetr Mladek1-1/+1
g_module_open is used in gtk3gtksys.cxx gmodule dependencies were moved into private requires in rencent gio-2.0.pc. It was because GIO users are not generally expected to use gmodule API, see http://git.gnome.org/browse/glib/commit/?id=1f02ef3205e810dd937f316f5a7b58ecc2893d59 Change-Id: I90e980678eaaa825ae130f54d13f4a5772a2700a
2012-06-18mingw: fix check for boost date_time dllDavid Tardon1-1/+6
Change-Id: I4a31c215d70e6f8f8fc8a768851315b919fba03e
2012-06-18better test for system boost date_time libDavid Tardon1-0/+6
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-06-18Revert "add configure check for date_time lib"Jan Holesovsky1-3/+0
This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
2012-06-05add configure check for date_time libDavid Tardon1-0/+3
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
2012-06-04bump libcmis check to >= 0.2.1 given 966d20e35d5a2be2fce6c204af5c156c3ead7063Rene Engelhard1-1/+1
Change-Id: Ic6814b9a3916493bf0b1c96d5e8c12f3d187f887
2012-06-04configure.in: refuse to run in sourced solar environmentMichael Stahl1-0/+4
revert one hunk from 909cd34b7b0982078a50b9ed46cf57811d9571df Change-Id: I9eb3f3c1cdab2c0624ab65f540b9c3d6b8f1bfb5
2012-06-04module icc removal was a bit too harsh in configure.inNorbert Thiebaud1-0/+3
re-instated lines that were accidentally wiped out in configure.in Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba1-25/+0
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
2012-06-03do not check for win-specific stuff on mingwDavid Tardon1-14/+12
Change-Id: I8316e1ce35d059938da35651c0fa1412b8648a7d
2012-06-02deliver sane header only when it's being usedMatúš Kukan1-3/+0
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
2012-06-02twain header is only for WindowsMatúš Kukan1-4/+0
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-01only check for ext. headers when building with X11David Tardon1-9/+13
Change-Id: Ia37e0cbda71fb10be269bd47657b512ae07ea796
2012-06-01move test for system headers to the right branchDavid Tardon1-2/+2
Change-Id: If162227d55f244ee85d1b0725829a9533427d12c
2012-05-31Don't test cairo if enable_headless is setRiccardo Magliocchetti1-32/+36
I've ended up using a feature switch, i think it is the less risky way of handle this, assuming that enable_cairo_canvas is enough to mark cairo as required, as in my previous try, may be not that safe. The diff looks big because of reindenting a whole block.
2012-05-31fix SCPDEFS for --disable-activexMatúš Kukan1-21/+2
Change-Id: Id20f7294e2bf00cf1a980cb137b51a107ef698e7
2012-05-31We apparently don't need Orbit-2.0 anymoreCaolán McNamara1-1/+1
since a219edfbb65e6623dde2d52c41547d78346b7144 Change-Id: I7cc6d8476aa07929870514a424e2a5e6dc508d99
2012-05-30fix linking with gconf on release machineDavid Tardon1-1/+1
Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
2012-05-30reportbuilder: build only when enabledMatúš Kukan1-3/+0
Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe
2012-05-29Warn about disabling XML securityRiccardo Magliocchetti1-1/+2
Some tests will fail and bad things will happen. Change-Id: Ic4b36a030e527b0869d8f8875e6a7c3dfe0a4ff9
2012-05-29Check for libXext headers if we will need themRiccardo Magliocchetti1-0/+2
Change-Id: I35dd689ccb4bd01bb47f15b4db00d01a715ad2a6
2012-05-29do not configure activex component on mingwDavid Tardon1-1/+1
Change-Id: I4aa4be9c29248c75929f6bcd5f09b33cf2a381a0
2012-05-29bin icuversion.mk, set the variables in configureMatúš Kukan1-3/+3
Change-Id: Ife00d7477dacfe1eb325c722517fb038ead083db
2012-05-29do not allow both kde and tde at the same timeDavid Tardon1-0/+5
Change-Id: I423c621c2bd543775c0d6f238fca40a64acaf0cc
2012-05-29set all kde4 libs in configureDavid Tardon1-1/+1
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29improve odbc headers handlingMatúš Kukan1-1/+0
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky1-1/+58
Change-Id: I241be2704a069ec1f6be5861084039569673cc12