summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 20:08:01 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 20:08:01 +0200
commit5c22f124b88efd2907184637f675e0247cae7fc5 (patch)
treed04d7d83b103ed63bb1c75ffcd6e53b0d65437f1 /extra
parent542fc0df15a2babbf2892400e1d9d24b3b9d5612 (diff)
downloadnutyx-extra-5c22f124b88efd2907184637f675e0247cae7fc5.tar.gz
nutyx-extra-5c22f124b88efd2907184637f675e0247cae7fc5.tar.bz2
nutyx-extra-5c22f124b88efd2907184637f675e0247cae7fc5.tar.xz
nutyx-extra-5c22f124b88efd2907184637f675e0247cae7fc5.zip
Maj de libmysql pour la compile de amarok dans la 64 bits
Diffstat (limited to 'extra')
-rw-r--r--extra/libmysql/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/libmysql/Pkgfile b/extra/libmysql/Pkgfile
index d771cadfe..b111dc38d 100644
--- a/extra/libmysql/Pkgfile
+++ b/extra/libmysql/Pkgfile
@@ -6,10 +6,12 @@
name=libmysql
version=5.1.36
-release=1
+release=2
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/mysql-$version.tar.gz )
build () {
+ CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing"
+ CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing"
cd mysql-$version
./configure --prefix=/usr \
--sysconfdir=/etc \