mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
e751af9f90
* Upstream switched from autotools to cmake * Separate build dir and parallel make now work * Library versioning no longer used for plugins; other libtool cruft gone * Proper upstream initscript * Plugins moved from client library package to mariadb-server package (matches how Fedora packages these) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
508 B
Diff
19 lines
508 B
Diff
Remove host path from include directories
|
|
|
|
Naturally this breaks cross-compilation if present.
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|
|
|
--- mariadb-5.5.38/storage/tokudb/ft-index/CMakeLists.txt 2014-07-17 14:37:04.529327998 +0100
|
|
+++ mariadb-5.5.38/storage/tokudb/ft-index/CMakeLists.txt 2014-07-17 14:43:56.991337895 +0100
|
|
@@ -39,7 +39,6 @@
|
|
|
|
## default includes and libraries
|
|
include_directories(SYSTEM
|
|
- /usr/local/include
|
|
${ZLIB_INCLUDE_DIRS}
|
|
)
|
|
|