--- package/database/mysql/do_abi_check_off.patch | 30 +++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) create mode 100644 package/database/mysql/do_abi_check_off.patch
diff --git a/package/database/mysql/do_abi_check_off.patch b/package/database/mysql/do_abi_check_off.patch new file mode 100644 index 0000000..53ee409 --- /dev/null +++ b/package/database/mysql/do_abi_check_off.patch @@ -0,0 +1,30 @@ +diff --git a/Makefile.in b/Makefile.in +index d00283c..59f967a 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -1132,24 +1132,7 @@ abi_check_all: $(TEST_PREPROCESSOR_HEADER) + $(MAKE) abi_headers="$^" do_abi_check + + do_abi_check: +- set -ex; \ +- for file in $(abi_headers); do \ +- @CC@ -E -nostdinc -dI \ +- -I$(top_srcdir)/include \ +- -I$(top_srcdir)/include/mysql \ +- -I$(top_srcdir)/sql \ +- -I$(top_builddir)/include \ +- -I$(top_builddir)/include/mysql \ +- -I$(top_builddir)/sql \ +- $$file 2>/dev/null | \ +- @SED@ -e '/^# /d' \ +- -e '/^[ ]*$$/d' \ +- -e '/^#pragma GCC set_debug_pwd/d' \ +- -e '/^#ident/d' > \ +- $(top_builddir)/abi_check.out; \ +- @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \ +- @RM@ $(top_builddir)/abi_check.out; \ +- done ++ echo "Skipping do_abi_check due to GCC 4.5.0 changes" + + # Don't update the files from bitkeeper + %::SCCS/s.% -- 1.7.1
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
