[Groonga-mysql-commit] mroonga/mroonga at 6448c83 [master] windows: add a workaround for wrong filename

Zurück zum Archiv-Index

Kentaro Hayashi null+****@clear*****
Mon Aug 27 14:06:22 JST 2018


Kentaro Hayashi	2018-08-27 14:06:22 +0900 (Mon, 27 Aug 2018)

  Revision: 6448c83fa9acbdb5799294d95a82dfbcc03a99b8
  https://github.com/mroonga/mroonga/commit/6448c83fa9acbdb5799294d95a82dfbcc03a99b8

  Message:
    windows: add a workaround for wrong filename

  Modified files:
    packages/source/Makefile.am

  Modified: packages/source/Makefile.am (+2 -0)
===================================================================
--- packages/source/Makefile.am    2018-08-27 13:33:08 +0900 (e6f95ef2)
+++ packages/source/Makefile.am    2018-08-27 14:06:22 +0900 (f6418578)
@@ -81,6 +81,8 @@ tmp/$(MARIADB_WITH_MROONGA_BASE).stamp: $(MARIADB_WITH_MROONGA_ARCHIVES)
 	rm -rf $(MARIADB_BASE)
 	tar xf tmp/$(MARIADB_TAR_GZ)
 
+# Rename workaround for MariaDB 10.3.9
+	mv $(MARIADB_BASE)/sql/sql_yacc_orac.cc $(MARIADB_BASE)/sql/sql_yacc_ora.cc
 	rm -fr $(MARIADB_BASE)/storage/mroonga
 	tar xf $(top_builddir)/$(MROONGA_TAR_GZ)
 	mv $(MROONGA_BASE) $(BUNDLED_MROONGA_PATH)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180827/1dbe6e12/attachment-0001.htm 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index