diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-05-05 17:18:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-05 17:18:47 +0000 |
commit | da7b90aadf644db9e6156670882ba537503f228d (patch) | |
tree | c66d956cc24bfabfd346c8e39a222d423a48f911 /packages/mysql/mysql-4.1.16/gen_lex_hash.patch | |
parent | 41ab47fc3f79ea7ab7473faa9c291d411f8df489 (diff) |
mysql: updated to 4.1.18 (security fixes)
Diffstat (limited to 'packages/mysql/mysql-4.1.16/gen_lex_hash.patch')
-rw-r--r-- | packages/mysql/mysql-4.1.16/gen_lex_hash.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/mysql/mysql-4.1.16/gen_lex_hash.patch b/packages/mysql/mysql-4.1.16/gen_lex_hash.patch deleted file mode 100644 index c398d048dc..0000000000 --- a/packages/mysql/mysql-4.1.16/gen_lex_hash.patch +++ /dev/null @@ -1,19 +0,0 @@ - -# -# 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) |