aboutsummaryrefslogtreecommitdiff
path: root/libs/libmariadb/patches
Commit message (Collapse)AuthorAge
* libmariadb: fix compilation cmake issueFlorian Eckert2021-06-23
| | | | | | | | | | | | | | This patch fixes the compilation issue of the upstream Cmake file. If this patch is not applied we get the following compilation error output. CMake Error at cmake/ConnectorName.cmake:30 (ENDMACRO): Flow control statements are not properly nested. Call Stack (most recent call first): CMakeLists.txt:423 (INCLUDE) The blamed cmake/ConnectorName.cmake file gets fixed with this patch. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* libmariadb: update to 3.8.10Rosen Penev2020-10-14
| | | | | | | | | | Remove upstreamed patch. Fixed license info. Several whitespace changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mariadb: move libmariadb into its own packageSebastian Kemper2019-11-17
This way when only wanting the library nobody needs to download and compile the server package, saving space and time. Also this way we can avoid sudden SONAME bumps during a server upgrade. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>