From 1aa2726c6406e28feac9145fda74c73d2b0d0e5c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 16 Mar 2011 17:20:51 +0100 Subject: [PATCH] kannel: fixed to build with mysql >= 5.5 --- .../kannel-1.4.3-mysql-5.5-header.patch | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 network/kannel/kannel-1.4.3-mysql-5.5-header.patch diff --git a/network/kannel/kannel-1.4.3-mysql-5.5-header.patch b/network/kannel/kannel-1.4.3-mysql-5.5-header.patch new file mode 100644 index 000000000..ee7b04129 --- /dev/null +++ b/network/kannel/kannel-1.4.3-mysql-5.5-header.patch @@ -0,0 +1,32 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../kannel/kannel-1.4.3-mysql-5.5-header.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +Description: Fix compiling when MySQL >= 5.5 + +Starting with MySQL 5.5 the mysql.h file is installed into $includedir and +not into $includedir/mysql + +--- gateway-1.4.3/gw/dlr_mysql.c.orig 2011-03-16 16:47:10.308072241 +0100 ++++ gateway-1.4.3/gw/dlr_mysql.c 2011-03-16 16:48:21.180072241 +0100 +@@ -71,7 +71,7 @@ + + + #ifdef HAVE_MYSQL +-#include ++#include + + /* + * Our connection pool to mysql.