From dbd1d69358e8ad34bae632f8fff266f21d4440c3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 21 Dec 2005 16:47:12 +0000 Subject: mysql: update to 4.1.16 - close #485 - dropped 4.1.10a, 4.1.12 - removed MAINTAINER field --- packages/mysql/mysql-4.1.16/gen_lex_hash.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/mysql/mysql-4.1.16/gen_lex_hash.patch (limited to 'packages/mysql/mysql-4.1.16/gen_lex_hash.patch') diff --git a/packages/mysql/mysql-4.1.16/gen_lex_hash.patch b/packages/mysql/mysql-4.1.16/gen_lex_hash.patch new file mode 100644 index 0000000000..c398d048dc --- /dev/null +++ b/packages/mysql/mysql-4.1.16/gen_lex_hash.patch @@ -0,0 +1,19 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- mysql-4.1.15/sql/Makefile.am~gen_lexhash ++++ mysql-4.1.15/sql/Makefile.am +@@ -137,8 +137,10 @@ + @echo "If it fails, re-run configure with --with-low-memory" + $(CXXCOMPILE) $(LM_CFLAGS) -c $< + ++GEN_LEX_HASH = ./gen_lex_hash$(EXEEXT) ++ + lex_hash.h: gen_lex_hash$(EXEEXT) +- ./gen_lex_hash$(EXEEXT) > $@ ++ $(GEN_LEX_HASH) > $@ + + # For testing of udf_example.so; Works on platforms with gcc + # (This is not part of our build process but only provided as an example) -- cgit v1.2.3