[arch-commits] Commit in mysql-clients/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Wed Sep 16 03:25:40 UTC 2009


    Date: Tuesday, September 15, 2009 @ 23:25:40
  Author: douglas
Revision: 52088

Merged revisions 52087 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mysql-clients/trunk

........
  r52087 | douglas | 2009-09-16 03:23:35 +0000 (Qua, 16 Set 2009) | 2 lines
  
  upgpkg: mysql-clients 5.1.38-1
      Updated to 5.1.38
........

Modified:
  mysql-clients/repos/extra-x86_64/	(properties)
  mysql-clients/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


Property changes on: mysql-clients/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mysql-clients/trunk:1-48133
   + /mysql-clients/trunk:1-52087

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-09-16 03:23:35 UTC (rev 52087)
+++ extra-x86_64/PKGBUILD	2009-09-16 03:25:40 UTC (rev 52088)
@@ -2,7 +2,7 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=mysql-clients
-pkgver=5.1.37
+pkgver=5.1.38
 pkgrel=1
 pkgdesc="MySQL client tools"
 arch=(i686 x86_64)
@@ -16,6 +16,13 @@
 
 build() {
   cd $startdir/src/mysql-${pkgver}
+
+  # fix build with gcc 4.4
+  # see http://bugs.archlinux.org/task/15242
+  # and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38562
+  CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing"
+  CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing"
+
   patch -Np1 -i ${srcdir}/mysql-fix-libs.patch || return 1
   
   ./configure --prefix=/usr --libexecdir=/usr/sbin \
@@ -50,5 +57,6 @@
   # Removing libmysql stuff
   rm -rf $pkgdir/usr/lib/
 }
-md5sums=('cbdb8783b053019755ee9196f67ea04c'
+
+md5sums=('8ee9bb80079bbd09499a28bc57d902e7'
          'd1921e85821a66196c24ef6e5346b572')




More information about the arch-commits mailing list