CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mysql: updated to 5.6.34
[ports/opt-arm.git] / mysql / Pkgfile
index e1caea4d6ab84bbaaa5ee707604201633e4cb922..6974fb51e5e405d794e88b0dde6b450531272e67 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses zlib openssl cmake libaio
 
 name=mysql
-version=5.6.28
+version=5.6.34
 release=1
 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \
         my.cnf mysqld valist.patch)
@@ -15,9 +15,6 @@ build () {
 
   patch -p1 -i $SRC/valist.patch
   
-  # fix for openssl 1.0.2
-  sed -i 's/REGEX "^#define/REGEX "^# *define/' cmake/ssl.cmake
-
   cmake . \
         -DBUILD_CONFIG=mysql_release \
         -DINSTALL_LAYOUT=RPM \