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 /mysys | |
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 'mysys')
-rw-r--r-- | mysys/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 6969acd8d04..e0745957c20 100644 --- a/mysys/CMakeLists.txt +++ b/mysys/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 @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR} ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/mysys) +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/mysys) SET(MYSYS_SOURCES array.c charset-def.c charset.c checksum.c default.c errors.c hash.c list.c md5.c mf_cache.c mf_dirname.c mf_fn_ext.c |