mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
This commit is contained in:
parent
d6c893bb1c
commit
473e1ffd3a
17 changed files with 41 additions and 160 deletions
|
|
@ -24,8 +24,7 @@ target = libmysqlclient_r.la
|
|||
target_defs = -DDONT_USE_RAID -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
|
||||
LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ \
|
||||
-I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
|
||||
INCLUDES = -I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
|
||||
-I$(top_builddir)/include
|
||||
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
|
||||
include $(top_srcdir)/libmysql/Makefile.shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue