MINGW-packages icon indicating copy to clipboard operation
MINGW-packages copied to clipboard

Add MySql client library

Open taozuhong opened this issue 3 years ago • 9 comments

taozuhong avatar May 22 '21 04:05 taozuhong

needs to include

mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')

under any

so it basically looks like

arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')

ZachBacon avatar May 22 '21 04:05 ZachBacon

should preferably have agreement between directory name, pkgbase, and pkgname (switching mingw-w64 for ${MINGW_PACKAGE_PREFIX} in that one)

jeremyd2019 avatar May 22 '21 04:05 jeremyd2019

We have libmariadb package that must be compatible with MySQL too

Alexpux avatar May 22 '21 07:05 Alexpux

libgda plan to bring MySQL and MariaDB together, so I try to make this package.

But cmake can't find the boost package and failed to build.

taozuhong avatar May 22 '21 13:05 taozuhong

The source code is 270MB, who will build this giant?

Biswa96 avatar May 22 '21 15:05 Biswa96

Source package size is not the key point, CMake can't find ${MINGW_PACKAGE_PREFIX}-boost is trouble, I need help.

this package PKGBUILD file migrates from BREW package: mysql-client.

taozuhong avatar May 23 '21 07:05 taozuhong

@ZachBacon @Biswa96 @jeremyd2019 @Alexpux Thank you all for responding to give a handy.

taozuhong avatar May 24 '21 00:05 taozuhong

@ZachBacon @Biswa96 @jeremyd2019 @Alexpux Thank you all for responding to give a handy.

Woah, I'm not that kind of guy ;) but you're welcome.

ZachBacon avatar May 24 '21 00:05 ZachBacon

Any update on this?

lazka avatar Jul 19 '21 16:07 lazka