diff options
author | Zach van Rijn <me@zv.io> | 2022-11-25 19:29:48 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-11-25 20:02:32 -0600 |
commit | d7e5a71711acc59d51324fd29340e00b720ba625 (patch) | |
tree | c820d9dcf99598f59fc86e07182de201fb704ab6 /legacy/libreoffice/disable-mariadbc.patch | |
parent | b5aeea18b753bd91d3967a23d3e65478733da3cc (diff) | |
download | packages-d7e5a71711acc59d51324fd29340e00b720ba625.tar.gz packages-d7e5a71711acc59d51324fd29340e00b720ba625.tar.bz2 packages-d7e5a71711acc59d51324fd29340e00b720ba625.tar.xz packages-d7e5a71711acc59d51324fd29340e00b720ba625.zip |
user/libreoffice: Move to legacy/
We have decided to not ship LO for RC3 in its current form;
bumping it to the latest version will require significant
effort to bump Skia, which will be done post-RC3.
Diffstat (limited to 'legacy/libreoffice/disable-mariadbc.patch')
-rw-r--r-- | legacy/libreoffice/disable-mariadbc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/legacy/libreoffice/disable-mariadbc.patch b/legacy/libreoffice/disable-mariadbc.patch new file mode 100644 index 000000000..f63692775 --- /dev/null +++ b/legacy/libreoffice/disable-mariadbc.patch @@ -0,0 +1,13 @@ +We don't have MariaDB yet and there is no ./configure option for it + +--- libreoffice-6.2.3.2/configure.ac ++++ libreoffice-6.2.3.2/configure.ac +@@ -8471,7 +8471,7 @@ + AC_SUBST(PYTHON_VERSION_MAJOR) + AC_SUBST(PYTHON_VERSION_MINOR) + +-ENABLE_MARIADBC=TRUE ++ENABLE_MARIADBC= + if test "$_os" = "Android" -o "$_os" = "iOS" -o "$enable_mpl_subset" = "yes"; then + ENABLE_MARIADBC= + fi |