summaryrefslogtreecommitdiff
path: root/postgresql
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-22quiet external module build log unless failureNorbert Thiebaud1-18/+18
ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-31fix postgresql on winPeter Foley1-1/+1
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley1-1/+6
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-15tweak some build.lsts...Michael Stahl1-1/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-11-13Upgrading postgresql to 9.2.1Fridrich Štrba6-295/+43
Change-Id: If6e58db174159111dec9c6ab39258d757a3e6ba5
2012-11-05cleanup README files.Michael Meeks1-1/+3
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-11-05add a README filesAlia Almusaireae1-0/+1
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-30postgresql: forgot to change include path for openldapMatúš Kukan1-1/+5
Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan1-4/+3
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-28openldap: convert to gbuildMatúš Kukan1-0/+2
Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935
2012-10-21fix postgresql on winPeter Foley2-5/+5
Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118
2012-10-21convert postgresql to gbuildPeter Foley8-100/+126
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
2012-07-16Fixing build with internal openldapFridrich Štrba1-1/+7
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba2-16/+3
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba1-2/+1
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-04Revert "Fix Windows debug build."Jesús Corrius1-1/+1
This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785. I will patch the external postgresql library instead.
2012-05-03Fix Windows debug build.Jesús Corrius1-1/+1
The postgresql static library on Windows is named libpqd.lib in debug and libpq.lib when compiled in release. We prefer to not touch the external postgresql, so we make the proper changes in the connectivity module.
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-02-10Silence silly MSVC "deprecation" warnings tooTor Lillqvist1-1/+5
2012-02-10Don't use the debugging CRT and different name when building LO for debuggingTor Lillqvist1-1/+15
2012-02-10pgsql: MSVC build use MozLDAP headers only when using MozLDAPLionel Elie Mamane1-1/+1
2012-02-06fix postgresql massive-parallel buildLionel Elie Mamane2-0/+12
2012-02-05postgresql on MS Windows: use MozLDAP only if enabledLionel Elie Mamane1-2/+8
2012-02-03redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleanerLionel Elie Mamane4-371/+365
Also align our configure.in to the changes Change source file (configure.in), not only generated file (configure)
2012-02-03Fix order in which postgresql searches for libsStephan Bergmann2-1/+369
...so that it does not miss any required libs due to picking up others first that indirectly provide the required symbols; that would break our libpq-flags.mk which should contain all the required libs when linking in the static libpq.a.
2012-01-31Fix build of postgresql module with mozilla ldap on WNTMSCFridrich Štrba1-0/+1
2012-01-24Use --build and --host when cross-compilingTor Lillqvist1-0/+4
Just a start, I suspect the configure script here will fail anyway when cross-compiling to Windows at least. And we surely won't even bother trying cross-compile this to non-desktop OSes.
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane1-1/+11
Enable it by default on MacOS X
2011-12-15postgresql: separate patch into upstream & libreoffice-specific partsLionel Elie Mamane5-579/+538
2011-12-13Simplify the patchFridrich Štrba1-39067/+231
1) When building internal pgsql even on Windows, we use Mozilla LDAP if it is built 2) Regenerate the generated fils with autoconf-2.63 that is used by upstream
2011-12-13Avoid double slashes in paths (cosmetic change only)Fridrich Štrba1-5/+5
2011-12-13Use SOLARINC and SOLARLIB instead of hand-crafted pathFridrich Štrba1-1/+1
2011-12-12postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane3-242/+39077
2011-12-12postgresql: go look for includes and libs in solverLionel Elie Mamane1-1/+1
2011-12-12Complete the pgsql patchFridrich Štrba1-4/+102
2011-12-12Fix a thinko in makefile.mkFridrich Štrba1-2/+1
2011-12-12fix mac build of pgsqlFridrich Štrba1-1/+1
2011-12-12OOps, typoFridrich Štrba1-1/+1
2011-12-12Allow the internal libpq to use both openldap and mozldapFridrich Štrba2-3/+388
2011-12-12Allow building with LDAP support on windowsFridrich Štrba1-5/+20
2011-12-12Enable pgsql LDAP support when building with OpenLDAPFridrich Štrba2-1/+4
2011-12-12Enable OpenSSL support in the internal libpqFridrich Štrba1-7/+2
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba1-1/+1
2011-12-09Fix Windows build and delivery of libpqFridrich Štrba3-10/+7
2011-12-09Trying to simplify the building of static libpqFridrich Štrba3-21/+105
2011-12-06postgresql: why would we need readlinelibreoffice-3-5-branch-pointMichael Stahl1-0/+1
2011-12-03postgresql: do not make headers we do not needLionel Elie Mamane1-3/+4
2011-12-03remove n/a comments (came from a copy/paste)Lionel Elie Mamane1-5/+0