summaryrefslogtreecommitdiff
path: root/databases/mysql57-client/files/patch-include_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql57-client/files/patch-include_CMakeLists.txt')
-rw-r--r--databases/mysql57-client/files/patch-include_CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/mysql57-client/files/patch-include_CMakeLists.txt b/databases/mysql57-client/files/patch-include_CMakeLists.txt
deleted file mode 100644
index 4bc34cb951c1..000000000000
--- a/databases/mysql57-client/files/patch-include_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- include/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
-+++ include/CMakeLists.txt
-@@ -37,6 +37,7 @@ SET(HEADERS_ABI
-
- SET(HEADERS
- ${HEADERS_ABI}
-+ hash.h
- my_dbug.h
- m_string.h
- my_sys.h
-@@ -68,7 +69,6 @@ SET(HEADERS
- ${HEADERS_GEN_CONFIGURE}
- )
-
--INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR})
- INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
- INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development
- PATTERN "*.h"