summaryrefslogtreecommitdiffstats
path: root/debian/patches/mroonga-path-reproducible-build.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:29 +0000
commit82a6365993a3c6650c39a1bca3ec3ccba827b763 (patch)
tree5c5987626fe4696f54de9cdedfa95e0251e4e7b4 /debian/patches/mroonga-path-reproducible-build.patch
parentAdding upstream version 1:10.5.12. (diff)
downloadmariadb-10.5-82a6365993a3c6650c39a1bca3ec3ccba827b763.tar.xz
mariadb-10.5-82a6365993a3c6650c39a1bca3ec3ccba827b763.zip
Adding debian version 1:10.5.12-1.debian/1%10.5.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/mroonga-path-reproducible-build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/mroonga-path-reproducible-build.patch b/debian/patches/mroonga-path-reproducible-build.patch
new file mode 100644
index 00000000..963ac466
--- /dev/null
+++ b/debian/patches/mroonga-path-reproducible-build.patch
@@ -0,0 +1,15 @@
+Forwarded: https://github.com/mroonga/mroonga/issues/298
+Subject: Mroonga plugin build in MariaDB is not reproducible (Closes: #976984)
+ This did not make Mroonga reproducible, so we might as well remove this later on.
+
+--- a/storage/mroonga/vendor/groonga/configure.ac
++++ b/storage/mroonga/vendor/groonga/configure.ac
+@@ -1505,7 +1505,7 @@ GRN_DEFS="$GRN_DEFS -DGRN_DEFAULT_RELATI
+ AC_SUBST(GRN_DEFS)
+ CFLAGS="$CFLAGS $OPT_CFLAGS "
+ LIBS="$LIBS $WINDOWS_LIBS"
+-AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS, "$ac_configure_args", "specified configure options")
++AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS, "$(echo $ac_configure_args | sed -e "s@$(pwd)@<builddir>@g")", "specified configure options")
+
+ # For groonga.org
+ AC_ARG_WITH(groonga-org-path,