patch-Makefile_in 489 B

1234567891011
  1. --- mysql-5.1.48.orig/Makefile.in 2010-06-03 17:54:43.000000000 +0200
  2. +++ mysql-5.1.48/Makefile.in 2010-07-13 12:29:09.025919648 +0200
  3. @@ -1134,7 +1134,7 @@ abi_check_all: $(TEST_PREPROCESSOR_HEADE
  4. do_abi_check:
  5. set -ex; \
  6. for file in $(abi_headers); do \
  7. - @CC@ -E -nostdinc -dI \
  8. + @CC@ -E -nostdinc -dI -DMYSQL_ABI_CHECK \
  9. -I$(top_srcdir)/include \
  10. -I$(top_srcdir)/include/mysql \
  11. -I$(top_srcdir)/sql \