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 22276fdf0e3c3bec3c92b7c51b565a04d0d499bd..6974fb51e5e405d794e88b0dde6b450531272e67 100644 (file)
@@ -2,10 +2,10 @@
 # URL: http://www.mysql.com
 # Maintainer: Juergen Daubert, jue at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: tcp_wrappers ncurses zlib openssl cmake libaio
+# Depends on: ncurses zlib openssl cmake libaio
 
 name=mysql
-version=5.6.26
+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 \
@@ -26,7 +23,7 @@ build () {
         -DINSTALL_LIBDIR=lib \
         -DINSTALL_PLUGINDIR=lib/mysql/plugin \
         -DINSTALL_MANDIR=man \
-        -DWITH_LIBWRAP=1 \
+        -DWITH_LIBWRAP=0 \
         -DWITH_SSL=system \
         -DWITH_ZLIB=system