#! /bin/sh /usr/share/dpatch/dpatch-run ## 85_configure__gcc-atomic.h.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: http://bugs.mysql.com/bug.php?id=13621 ## DP: http://buildd.debian.org/fetch.php?&pkg=mysql-dfsg-4.1&ver=4.1.14-5&arch=m68k&stamp=1127849177&file=log&as=raw ## DP: Probably a GCC-4.0 related bug. @DPATCH@ --- OLD/configure 2005-09-29 22:55:15.441297403 +0200 +++ NEW/configure 2005-09-29 22:55:45.688544592 +0200 @@ -24621,7 +24621,7 @@ (exit $ac_status); }; }; then cat >>confdefs.h <<\_ACEOF -#define HAVE_ATOMIC_ADD 1 +/* Debian does not like kernel header in applications. GCC-4.0 FTBFS. #define HAVE_ATOMIC_ADD 1 */ _ACEOF atom_ops="${atom_ops}atomic_add "