From ef8da0f04c5aacb2b7950c8daea0ce342c650605 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 15 Oct 2010 23:49:07 +0200 Subject: mysql, suppression fichier obsolète MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/mysql/mysql-5.1-gcc45-apicheck.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 extra/mysql/mysql-5.1-gcc45-apicheck.patch (limited to 'extra') diff --git a/extra/mysql/mysql-5.1-gcc45-apicheck.patch b/extra/mysql/mysql-5.1-gcc45-apicheck.patch deleted file mode 100644 index 46125c73e..000000000 --- a/extra/mysql/mysql-5.1-gcc45-apicheck.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- 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.% -- cgit v1.2.3-54-g00ecf