summaryrefslogtreecommitdiff
path: root/postgresql/ExternalProject_postgresql.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-3/+7
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl1-1/+1
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl1-3/+1
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-04-13postgresql: honor --disable-openssl flagAndres Gomez1-4/+5
On --disable-openssl, let's avoid linking the bundled postgresql to OpenSSL by not passing down --with-openssl to its configure script. Also, configure stage will fail if krb5 or gssapi are enabled as they need OpenSSL and, in any case, --with-krb5 and --with-gssapi will not be passed down to postgresql configure script. Change-Id: Iaf7e944d1d8f6a018e949ece56f6d3881f1e8c46 Reviewed-on: https://gerrit.libreoffice.org/3333 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-26don't build postgresql just to parse the makefilesPeter Foley1-2/+1
When running module-deps.pl postgresql gets built just so that libpq-flags.mk can be included. Since we already have all the necessary libraries, add them explicitly and avoid this. Change-Id: Icd94fc215ecb26c95f9ae3c14625bf819bf3c5c3
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-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-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 Foley1-1/+2
Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118
2012-10-21convert postgresql to gbuildPeter Foley1-0/+41
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e