Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | Revert "Fix Windows debug build." | Jesús Corrius | |
This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785. I will patch the external postgresql library instead. | |||
2012-05-03 | Fix Windows debug build. | Jesús Corrius | |
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-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |
2012-02-10 | Don't use the debugging CRT and different name when building LO for debugging | Tor Lillqvist | |
2012-02-10 | pgsql: MSVC build use MozLDAP headers only when using MozLDAP | Lionel Elie Mamane | |
2012-02-06 | fix postgresql massive-parallel build | Lionel Elie Mamane | |
2012-02-05 | postgresql on MS Windows: use MozLDAP only if enabled | Lionel Elie Mamane | |
2012-02-03 | redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleaner | Lionel Elie Mamane | |
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 | |
...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 | |
2012-01-24 | Use --build and --host when cross-compiling | Tor Lillqvist | |
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 | |
Enable it by default on MacOS X | |||
2011-12-15 | postgresql: separate patch into upstream & libreoffice-specific parts | Lionel Elie Mamane | |
2011-12-13 | Simplify the patch | Fridrich Štrba | |
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 | |
2011-12-13 | Use SOLARINC and SOLARLIB instead of hand-crafted path | Fridrich Štrba | |
2011-12-12 | postgresql-sdbc: get libpq link deps from postgresql build system | Lionel Elie Mamane | |
2011-12-12 | postgresql: go look for includes and libs in solver | Lionel Elie Mamane | |
2011-12-12 | Complete the pgsql patch | Fridrich Štrba | |
2011-12-12 | Fix a thinko in makefile.mk | Fridrich Štrba | |
2011-12-12 | fix mac build of pgsql | Fridrich Štrba | |
2011-12-12 | OOps, typo | Fridrich Štrba | |
2011-12-12 | Allow the internal libpq to use both openldap and mozldap | Fridrich Štrba | |
2011-12-12 | Allow building with LDAP support on windows | Fridrich Štrba | |
2011-12-12 | Enable pgsql LDAP support when building with OpenLDAP | Fridrich Štrba | |
2011-12-12 | Enable OpenSSL support in the internal libpq | Fridrich Štrba | |
2011-12-11 | Make internal pgsql build on mac and make it default for release | Fridrich Štrba | |
2011-12-09 | Fix Windows build and delivery of libpq | Fridrich Štrba | |
2011-12-09 | Trying to simplify the building of static libpq | Fridrich Štrba | |
2011-12-06 | postgresql: why would we need readlinelibreoffice-3-5-branch-point | Michael Stahl | |
2011-12-03 | postgresql: do not make headers we do not need | Lionel Elie Mamane | |
2011-12-03 | remove n/a comments (came from a copy/paste) | Lionel Elie Mamane | |
2011-12-02 | postgresql: correct TARFILE_MD5 | Lionel Elie Mamane | |
2011-12-01 | Internal libpq (PostgreSQL client lib) | Lionel Elie Mamane | |