mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
When using bundled zlib, INNODB_PLUGIN was looking for
zlib headers in wrong location. Fixed by using path exported by zlib.m4 macro.
This commit is contained in:
parent
4581df7c7f
commit
392eaea958
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ INCLUDES= -I$(top_srcdir)/include -I$(top_builddir)/include \
|
|||
-I$(top_srcdir)/regex \
|
||||
-I$(srcdir)/include \
|
||||
-I$(top_srcdir)/sql \
|
||||
-I$(srcdir)
|
||||
-I$(srcdir) @ZLIB_INCLUDES@
|
||||
|
||||
DEFS= @DEFS@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue