diff options
author | Aditya A <aditya.a@oracle.com> | 2018-07-09 17:25:49 +0530 |
---|---|---|
committer | Aditya A <aditya.a@oracle.com> | 2018-07-09 17:25:49 +0530 |
commit | c54271723c6f2f4e5b77cd8faf91e89412730209 (patch) | |
tree | 98846d0d72c9d916a60559b0c8f091ab8466e16e /libmysqld | |
parent | 28b052190e377bdfe176e1dc71d268b94c832263 (diff) | |
download | mariadb-git-c54271723c6f2f4e5b77cd8faf91e89412730209.tar.gz |
Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIES
Upgrading the zlib lib to 1.2.11
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index abbf887e1e6..b1ed62ce141 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +23,6 @@ ${CMAKE_SOURCE_DIR}/libmysqld ${CMAKE_SOURCE_DIR}/sql ${CMAKE_BINARY_DIR}/sql ${CMAKE_SOURCE_DIR}/regex -${ZLIB_INCLUDE_DIR} ${SSL_INCLUDE_DIRS} ${SSL_INTERNAL_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/sql/backup |