diff options
author | Brian Evans <grknight@gentoo.org> | 2018-06-20 22:05:32 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-06-20 22:05:32 -0400 |
commit | 6a621f0c274a6a40b4eb610d31bf70076b71e44f (patch) | |
tree | d9fd7d295b8e5ec34fd8978cdfc55625ab2ae219 | |
parent | client-libs: Fix tests of 10.1 (diff) | |
download | mysql-extras-20180621-0218Z.tar.gz mysql-extras-20180621-0218Z.tar.bz2 mysql-extras-20180621-0218Z.zip |
client-libs: Too much edit in last commitmysql-extras-20180621-0218Z
-rw-r--r-- | 20018_all_mariadb-10.1.16-without-clientlibs-tools.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/20018_all_mariadb-10.1.16-without-clientlibs-tools.patch b/20018_all_mariadb-10.1.16-without-clientlibs-tools.patch index e6cb129..3487b70 100644 --- a/20018_all_mariadb-10.1.16-without-clientlibs-tools.patch +++ b/20018_all_mariadb-10.1.16-without-clientlibs-tools.patch @@ -67,6 +67,7 @@ diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt -MYSQL_ADD_EXECUTABLE(perror perror.c) ADD_DEPENDENCIES(perror GenError) TARGET_LINK_LIBRARIES(perror mysys) + diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt --- a/scripts/CMakeLists.txt 2015-06-24 10:28:12.800169100 -0400 +++ b/scripts/CMakeLists.txt 2015-06-24 10:42:49.682169100 -0400 |