summaryrefslogtreecommitdiff
path: root/debian/patches/1_hurd.patch
diff options
context:
space:
mode:
authorspamaps-guest <spamaps-guest@bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1>2013-01-09 22:32:05 +0000
committerspamaps-guest <spamaps-guest@bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1>2013-01-09 22:32:05 +0000
commit7e82d600d240c23350d073eaf69203221f2edbf8 (patch)
treefa7afacc013f1cb744f58cde3ce4eae7b3c5df55 /debian/patches/1_hurd.patch
parent3e1616c235a6aff933ab597042819a2b1cac4a84 (diff)
downloadmysql-5.5-7e82d600d240c23350d073eaf69203221f2edbf8.tar.gz
New upstream release. (Closes: #695001) Refreshed patches.
git-svn-id: svn://svn.debian.org/svn/pkg-mysql/mysql-5.5/branches/unstable@2206 bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1
Diffstat (limited to 'debian/patches/1_hurd.patch')
-rw-r--r--debian/patches/1_hurd.patch12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/patches/1_hurd.patch b/debian/patches/1_hurd.patch
index dbd44e7..562b358 100644
--- a/debian/patches/1_hurd.patch
+++ b/debian/patches/1_hurd.patch
@@ -4,8 +4,10 @@ Bug: http://bugs.mysql.com/bug.php?id=64685
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651002
Last-Update: 2012-03-18
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
---- /dev/null
-+++ b/cmake/os/GNU.cmake
+Index: mysql-5.5.29/cmake/os/GNU.cmake
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ mysql-5.5.29/cmake/os/GNU.cmake 2013-01-02 15:38:08.271735374 -0800
@@ -0,0 +1,20 @@
+# This file includes GNU/Hurd specific options and quirks, related to system checks
+
@@ -27,8 +29,10 @@ Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
+
+# 64 bit file offset support flag
+SET(_FILE_OFFSET_BITS 64)
---- a/mysql-test/lib/My/Platform.pm
-+++ b/mysql-test/lib/My/Platform.pm
+Index: mysql-5.5.29/mysql-test/lib/My/Platform.pm
+===================================================================
+--- mysql-5.5.29.orig/mysql-test/lib/My/Platform.pm 2013-01-02 15:36:15.398353757 -0800
++++ mysql-5.5.29/mysql-test/lib/My/Platform.pm 2013-01-02 15:38:08.271735374 -0800
@@ -110,6 +110,9 @@
# This may not be true, but we can't test for it on AIX due to Perl bug
# See Bug #45771