CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mysql: fixed source and aligned with 2.8 branch
[ports/opt-arm.git] / mysql / Pkgfile
index 773de87c268b46a2a240c443382c7f5c8544d96e..0c62d845fcaa6bdbe46ca58f992134190be7f354 100644 (file)
@@ -7,12 +7,14 @@
 name=mysql
 version=5.5.29
 release=1
-source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$name-$version.tar.gz \
-        my.cnf mysqld $name-${version}_valist.patch)
+source=(http://downloads.mysql.com/archives/$name-${version%.*}/$name-$version.tar.gz \
+        my.cnf mysqld valist.patch)
 
 build () {
     cd $name-$version
-    patch -p1 -i $SRC/$name-${version}_valist.patch
+
+    patch -p1 -i $SRC/valist.patch
+
     cmake . \
         -DBUILD_CONFIG=mysql_release \
         -DINSTALL_LAYOUT=RPM \