package/mariadb: fix build error with newer cmake
authorRyan Coe <bluemrp9@gmail.com>
Sun, 15 Sep 2019 19:35:59 +0000 (12:35 -0700)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 21 Sep 2019 12:39:39 +0000 (14:39 +0200)
commitc2ff8c63dab10d2c1adca7229101b5468dac562b
tree1d7cb7a4d301fa17a1206cb5baa680a3d5f03426
parentfca2e837680a9606ea2457667f864f277f31cd08
package/mariadb: fix build error with newer cmake

When using a newer host system cmake to build MariaDB, the following build
error occurs:

    CMake Error at cmake/os/Linux.cmake:29 (STRING):
    STRING sub-command REPLACE requires at least four arguments.
    Call Stack (most recent call first):
    CMakeLists.txt:101 (INCLUDE)

    CMake Error at cmake/os/Linux.cmake:29 (STRING):
    STRING sub-command REPLACE requires at least four arguments.
    Call Stack (most recent call first):
    CMakeLists.txt:101 (INCLUDE)

Fixes: https://bugs.busybox.net/show_bug.cgi?id=11781
Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/mariadb/0002-fix-build-error-with-newer-cmake.patch [new file with mode: 0644]