Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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-10 | Silence silly MSVC "deprecation" warnings too | Tor Lillqvist | 1 | -1/+5 | |
2012-02-10 | Don't use the debugging CRT and different name when building LO for debugging | Tor Lillqvist | 1 | -1/+15 | |
2012-02-10 | pgsql: MSVC build use MozLDAP headers only when using MozLDAP | Lionel Elie Mamane | 1 | -1/+1 | |
2012-02-06 | fix postgresql massive-parallel build | Lionel Elie Mamane | 2 | -0/+12 | |
2012-02-05 | postgresql on MS Windows: use MozLDAP only if enabled | Lionel Elie Mamane | 1 | -2/+8 | |
2012-02-03 | redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleaner | Lionel Elie Mamane | 4 | -371/+365 | |
Also align our configure.in to the changes Change source file (configure.in), not only generated file (configure) | |||||
2012-02-03 | Fix order in which postgresql searches for libs | Stephan Bergmann | 2 | -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-31 | Fix build of postgresql module with mozilla ldap on WNTMSC | Fridrich Štrba | 1 | -0/+1 | |
2012-01-24 | Use --build and --host when cross-compiling | Tor Lillqvist | 1 | -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-15 | Introduce optional krb5&gssapi support for internal PostgreSQL | Lionel Elie Mamane | 1 | -1/+11 | |
Enable it by default on MacOS X | |||||
2011-12-15 | postgresql: separate patch into upstream & libreoffice-specific parts | Lionel Elie Mamane | 5 | -579/+538 | |
2011-12-13 | Simplify the patch | Fridrich Štrba | 1 | -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-13 | Avoid double slashes in paths (cosmetic change only) | Fridrich Štrba | 1 | -5/+5 | |
2011-12-13 | Use SOLARINC and SOLARLIB instead of hand-crafted path | Fridrich Štrba | 1 | -1/+1 | |
2011-12-12 | postgresql-sdbc: get libpq link deps from postgresql build system | Lionel Elie Mamane | 3 | -242/+39077 | |
2011-12-12 | postgresql: go look for includes and libs in solver | Lionel Elie Mamane | 1 | -1/+1 | |
2011-12-12 | Complete the pgsql patch | Fridrich Štrba | 1 | -4/+102 | |
2011-12-12 | Fix a thinko in makefile.mk | Fridrich Štrba | 1 | -2/+1 | |
2011-12-12 | fix mac build of pgsql | Fridrich Štrba | 1 | -1/+1 | |
2011-12-12 | OOps, typo | Fridrich Štrba | 1 | -1/+1 | |
2011-12-12 | Allow the internal libpq to use both openldap and mozldap | Fridrich Štrba | 2 | -3/+388 | |
2011-12-12 | Allow building with LDAP support on windows | Fridrich Štrba | 1 | -5/+20 | |
2011-12-12 | Enable pgsql LDAP support when building with OpenLDAP | Fridrich Štrba | 2 | -1/+4 | |
2011-12-12 | Enable OpenSSL support in the internal libpq | Fridrich Štrba | 1 | -7/+2 | |
2011-12-11 | Make internal pgsql build on mac and make it default for release | Fridrich Štrba | 1 | -1/+1 | |
2011-12-09 | Fix Windows build and delivery of libpq | Fridrich Štrba | 3 | -10/+7 | |
2011-12-09 | Trying to simplify the building of static libpq | Fridrich Štrba | 3 | -21/+105 | |
2011-12-06 | postgresql: why would we need readlinelibreoffice-3-5-branch-point | Michael Stahl | 1 | -0/+1 | |
2011-12-03 | postgresql: do not make headers we do not need | Lionel Elie Mamane | 1 | -3/+4 | |
2011-12-03 | remove n/a comments (came from a copy/paste) | Lionel Elie Mamane | 1 | -5/+0 | |
2011-12-02 | postgresql: correct TARFILE_MD5 | Lionel Elie Mamane | 1 | -1/+1 | |
2011-12-01 | Internal libpq (PostgreSQL client lib) | Lionel Elie Mamane | 3 | -0/+91 | |