OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mysql/5.1.50_include_missing_my_compiler_h.patch
  5. # Copyright (C) 2010 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. http://bugs.mysql.com/bug.php?id=55846
  17. diff -Naur mysql-5.1.50.orig/include/Makefile.am mysql-5.1.50/include/Makefile.am
  18. --- mysql-5.1.50.orig/include/Makefile.am 2010-08-03 18:24:29.000000000 +0100
  19. +++ mysql-5.1.50/include/Makefile.am 2010-08-24 11:57:01.000000000 +0100
  20. @@ -23,7 +23,7 @@
  21. pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
  22. my_xml.h mysql_embed.h \
  23. my_pthread.h my_no_pthread.h \
  24. - decimal.h errmsg.h my_global.h my_net.h \
  25. + decimal.h errmsg.h my_compiler.h my_global.h my_net.h \
  26. my_getopt.h sslopt-longopts.h my_dir.h \
  27. sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  28. m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
  29. @@ -37,7 +37,7 @@
  30. my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
  31. thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
  32. my_handler.h my_time.h my_vle.h my_user.h \
  33. - my_libwrap.h my_stacktrace.h my_compiler.h
  34. + my_libwrap.h my_stacktrace.h
  35. EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp
  36. --- ./include/Makefile.in.orig 2010-09-02 23:28:59.000000000 +0200
  37. +++ ./include/Makefile.in 2010-09-02 23:29:55.000000000 +0200
  38. @@ -402,7 +402,7 @@
  39. pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
  40. my_xml.h mysql_embed.h \
  41. my_pthread.h my_no_pthread.h \
  42. - decimal.h errmsg.h my_global.h my_net.h \
  43. + decimal.h errmsg.h my_compiler.h my_global.h my_net.h \
  44. my_getopt.h sslopt-longopts.h my_dir.h \
  45. sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  46. m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
  47. @@ -416,7 +416,7 @@
  48. my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
  49. thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
  50. my_handler.h my_time.h my_vle.h my_user.h \
  51. - my_libwrap.h my_stacktrace.h my_compiler.h
  52. + my_libwrap.h my_stacktrace.h
  53. EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp