summaryrefslogtreecommitdiff
path: root/postgresql
AgeCommit message (Collapse)Author
2012-07-16Fixing build with internal openldapFridrich Štrba
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-04Revert "Fix Windows debug build."Jesús Corrius
This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785. I will patch the external postgresql library instead.
2012-05-03Fix 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-29make gbuild the default assumption of build.plBjoern 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-10Silence silly MSVC "deprecation" warnings tooTor Lillqvist
2012-02-10Don't use the debugging CRT and different name when building LO for debuggingTor Lillqvist
2012-02-10pgsql: MSVC build use MozLDAP headers only when using MozLDAPLionel Elie Mamane
2012-02-06fix postgresql massive-parallel buildLionel Elie Mamane
2012-02-05postgresql on MS Windows: use MozLDAP only if enabledLionel Elie Mamane
2012-02-03redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleanerLionel Elie Mamane
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 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-31Fix build of postgresql module with mozilla ldap on WNTMSCFridrich Štrba
2012-01-24Use --build and --host when cross-compilingTor 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-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane
Enable it by default on MacOS X
2011-12-15postgresql: separate patch into upstream & libreoffice-specific partsLionel Elie Mamane
2011-12-13Simplify the patchFridrich Š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-13Avoid double slashes in paths (cosmetic change only)Fridrich Štrba
2011-12-13Use SOLARINC and SOLARLIB instead of hand-crafted pathFridrich Štrba
2011-12-12postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane
2011-12-12postgresql: go look for includes and libs in solverLionel Elie Mamane
2011-12-12Complete the pgsql patchFridrich Štrba
2011-12-12Fix a thinko in makefile.mkFridrich Štrba
2011-12-12fix mac build of pgsqlFridrich Štrba
2011-12-12OOps, typoFridrich Štrba
2011-12-12Allow the internal libpq to use both openldap and mozldapFridrich Štrba
2011-12-12Allow building with LDAP support on windowsFridrich Štrba
2011-12-12Enable pgsql LDAP support when building with OpenLDAPFridrich Štrba
2011-12-12Enable OpenSSL support in the internal libpqFridrich Štrba
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba
2011-12-09Fix Windows build and delivery of libpqFridrich Štrba
2011-12-09Trying to simplify the building of static libpqFridrich Štrba
2011-12-06postgresql: why would we need readlinelibreoffice-3-5-branch-pointMichael Stahl
2011-12-03postgresql: do not make headers we do not needLionel Elie Mamane
2011-12-03remove n/a comments (came from a copy/paste)Lionel Elie Mamane
2011-12-02postgresql: correct TARFILE_MD5Lionel Elie Mamane
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane