X-Git-Url: http://gitweb/?a=blobdiff_plain;f=mysql%2FPkgfile;h=5b34a9bf3c001af793f30dc06c2d160c10e78634;hb=b5c126eca095e5952a62ab9131baade02b5926b1;hp=c0754fb4ee28a9d8695dac10a1d1bfb92a907bf8;hpb=60ed2f937799bb25e1227e3bfc17e83ba4890c4c;p=ports%2Fopt-arm.git diff --git a/mysql/Pkgfile b/mysql/Pkgfile index c0754fb..5b34a9b 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -5,15 +5,18 @@ # Depends on: tcp_wrappers ncurses zlib openssl cmake libaio name=mysql -version=5.5.36 +version=5.6.24 release=1 -source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$name-$version.tar.gz \ +source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \ my.cnf mysqld valist.patch) build () { cd $name-$version 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 \