aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql/mysql5_5.1.40.inc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-18 09:11:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-18 09:12:38 +0800
commit8220ea6c49313bb1da40ba931e55a8162df21697 (patch)
tree538f9d183b5df5d9f31c53c633eaab40bff8ef0e /recipes/mysql/mysql5_5.1.40.inc
parent5d6296f55f5757d73139f203f4f0a1da89d9f4e9 (diff)
downloadopenembedded-8220ea6c49313bb1da40ba931e55a8162df21697.tar.gz
mysql5: Fix the build with gcc4.5 by applying an upstream patch
Apply an upstream commit to get the build fixed with a gcc 4.5
Diffstat (limited to 'recipes/mysql/mysql5_5.1.40.inc')
-rw-r--r--recipes/mysql/mysql5_5.1.40.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mysql/mysql5_5.1.40.inc b/recipes/mysql/mysql5_5.1.40.inc
index eb64fc1b43..363273f6a0 100644
--- a/recipes/mysql/mysql5_5.1.40.inc
+++ b/recipes/mysql/mysql5_5.1.40.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.mysql.com/"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "ncurses"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \
file://configure.in.patch \
@@ -12,6 +12,7 @@ SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \
file://Makefile.am.patch \
file://fix_host_path.patch \
file://configure-ps-cache-check.patch \
+ file://fix-abi-check-gcc45.patch \
file://my.cnf \
file://mysqld.sh"