office-gobmx/external/hsqldb
Christian Lohmaier 3c54cb2a9d add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic
git-bash/MSYS tries to resolve anything that looks like a path (i.e.
anything starting with a /) - if the "target" doesn't exists, it just
prepends the MSYS installation dir and breaks all kind of stuff.
You could escape those with double-slash at the beginning, but that
would mean lots of noise/unnecessary changes in pretty much every
makefile, so just getting rid of that behavior is much better.

ant and some externals however rely on MSYS path-conversion, so unset
MSYS_NO_PATHCONV for those. Ant does its own checks whether it
runs under cygwin or msys, and easier to please externals using the
autoconversion than to add patches to force them into compliance…

Change-Id: Ie80964e40c53ace80adb4707aae0db63ebc4ee4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166330
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-26 14:00:35 +02:00
..
patches use upstream suggested fix 2023-02-15 09:51:22 +00:00
ExternalPackage_hsqldb.mk Revert "Remove dead HSQLDB driver" 2018-04-12 09:09:37 +02:00
ExternalProject_hsqldb.mk add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic 2024-04-26 14:00:35 +02:00
Makefile Revert "Remove dead HSQLDB driver" 2018-04-12 09:09:37 +02:00
Module_hsqldb.mk Revert "Remove dead HSQLDB driver" 2018-04-12 09:09:37 +02:00
README Revert "Remove dead HSQLDB driver" 2018-04-12 09:09:37 +02:00
UnpackedTarball_hsqldb.mk disable script dump 2023-02-14 13:54:03 +00:00

Java database engine from [http://hsqldb.org/].

Default database format for LibreOffice.

At some point the plan was to replace it as default by Firebird, but
that seems increasingly unlikely to happen.

See:
https://bugs.freedesktop.org/show_bug.cgi?id=51781
http://www.firebirdsql.org