summaryrefslogtreecommitdiffstats
path: root/openldap
Commit message (Collapse)AuthorAgeFilesLines
* postgresql: find both openssl and NSS libraries in their hiding placesMichael Stahl2013-10-271-1/+1
| | | | Change-Id: I626bf288cb7375af1445bf86f5559a5587324e5d
* openldap: find NSS libraries in WORKDIRMichael Stahl2013-10-261-1/+1
| | | | Change-Id: Id5a5b93ed4439bda5fd25916c5fbda61434269b2
* stop delivering lots of external static librariesMichael Stahl2013-09-222-21/+0
| | | | Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
* enable binary package option for a set of 'stable' librariesNorbert Thiebaud2013-08-171-1/+1
| | | | | | | | Change-Id: I8924ba22d178aa4d8e500ae3f484af654a37e87e Reviewed-on: https://gerrit.libreoffice.org/4765 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* get openldap to link to .so under AIX with gccCaolán McNamara2013-04-181-1/+1
| | | | Change-Id: I8f1315320b041828b24ad2604f6e961e65ea417e
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* convert moz to gbuild and add to tail_buildPeter Foley2013-02-241-0/+2
| | | | | | | Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-22/+23
| | | | | | | | | | | | | | | | | | 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>
* openldap: clear d.lstMatúš Kukan2013-01-071-5/+0
| | | | Change-Id: I197d03e55cd5c996ca85d4a31f1907722de2fa20
* convert nss to gbuildPeter Foley2013-01-021-2/+2
| | | | | | | Change-Id: I59edc4c437abccc201823d97f1cbec230d273b05 Reviewed-on: https://gerrit.libreoffice.org/1529 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-1/+1
| | | | | | | | | | | | | | | | | | 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>
* openldap: convert to gbuildMatúš Kukan2012-10-287-76/+109
| | | | Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935
* Don't be paranoid, surely all our platforms have a working memcmp()Tor Lillqvist2012-10-151-1/+1
| | | | | | | The openldap configury thinks it's safest to assume memcmp() isn't working if it can't run a test program when cross-compiling. Meh. Change-Id: I4cd580f91b83de558f841d4dba781e8551aace34
* Handle cross-compilationTor Lillqvist2012-10-141-0/+6
| | | | | | Guesstimate that --with-yielding_select=yes. Change-Id: I44c91c41b5f46ee4e969065b8c5e7c0c01899286
* android: x86 porting work.Michael Meeks2012-07-201-2/+2
|
* NSS_Initialize is actually in nssutil3Caolán McNamara2012-07-171-0/+23
| | | | | | | so add in all the libs we're going to link against when doing our link test, which fixes the build for this on an old debian toolchain. Change-Id: Ia2883f0992ad44e3857576eee59c70df80028694
* No space after -L (Mac OS X)Stephan Bergmann2012-07-161-1/+1
| | | | Change-Id: I5ef42a2a9cae39628442d99c4bc691bd947a92d5
* TypoStephan Bergmann2012-07-161-1/+1
| | | | Change-Id: I4c36c13d1bd519217b8e6335d31c3450e8c8d4bc
* Postgresql driver links with the *_r variantFridrich Štrba2012-07-162-0/+2
| | | | Change-Id: Iff1b5ff33b7a770c94a5b5d32f39ee1c4f596065
* Fixing build with internal openldapFridrich Štrba2012-07-161-1/+1
| | | | Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
* openldap module to build for unix only (still unused)Fridrich Štrba2012-07-165-0/+126
Change-Id: I9a3004634108fb4d1a990eaf528059cc7dfbe27e