maria-db: Fix mariadb_config include path.
Fixes #39984. Co-authored-by: Ekaitz Zarraga <ekaitz.zarraga@protonmail.com>
This commit is contained in:
co-authored by
Ekaitz Zarraga
parent
7be2768a9c
commit
c462aa0706
@@ -34,7 +34,7 @@ common = rec { # attributes common to both builds
|
||||
sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
|
||||
'';
|
||||
|
||||
patches = [ ./cmake-includedir.patch ]
|
||||
patches = [ ./cmake-includedir.patch ./include-dirs-path.patch ]
|
||||
++ stdenv.lib.optional stdenv.cc.isClang ./clang-isfinite.patch;
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user