[arch-commits] Commit in mysql/trunk (gcc4.5.patch)

Andrea Scarpino andrea at archlinux.org
Wed May 19 16:16:54 UTC 2010


    Date: Wednesday, May 19, 2010 @ 12:16:53
  Author: andrea
Revision: 80565

patch

Added:
  mysql/trunk/gcc4.5.patch

--------------+
 gcc4.5.patch |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: gcc4.5.patch
===================================================================
--- gcc4.5.patch	                        (rev 0)
+++ gcc4.5.patch	2010-05-19 16:16:53 UTC (rev 80565)
@@ -0,0 +1,28 @@
+--- mysql-5.1.45/Makefile.am.orig	2010-03-31 10:52:25.000000000 -0400
++++ mysql-5.1.45/Makefile.am	2010-03-31 10:55:05.000000000 -0400
+@@ -312,24 +312,7 @@
+ 	$(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"
+ 
+ # Don't update the files from bitkeeper
+ %::SCCS/s.%




More information about the arch-commits mailing list