diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch')
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch b/meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch new file mode 100644 index 0000000000..ff26b0b86c --- /dev/null +++ b/meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Remove host path from include directories | ||
| 2 | |||
| 3 | Naturally this breaks cross-compilation if present. | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 8 | |||
| 9 | --- mariadb-5.5.38/storage/tokudb/ft-index/CMakeLists.txt 2014-07-17 14:37:04.529327998 +0100 | ||
| 10 | +++ mariadb-5.5.38/storage/tokudb/ft-index/CMakeLists.txt 2014-07-17 14:43:56.991337895 +0100 | ||
| 11 | @@ -39,7 +39,6 @@ | ||
| 12 | |||
| 13 | ## default includes and libraries | ||
| 14 | include_directories(SYSTEM | ||
| 15 | - /usr/local/include | ||
| 16 | ${ZLIB_INCLUDE_DIRS} | ||
| 17 | ) | ||
| 18 | |||
