mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
temporary fix to make mysql.cc to compile --with-readline
(thought it won't compile --without-readline) preper fix is to follow...
This commit is contained in:
parent
cb746b6ce9
commit
e0682e6b63
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
# This file is public domain and comes with NO WARRANTY of any kind
|
||||
|
||||
AUTOMAKE_OPTIONS = nostdinc
|
||||
#AUTOMAKE_OPTIONS = nostdinc
|
||||
INCLUDES = -I$(top_srcdir)/include $(openssl_includes)
|
||||
LIBS = @CLIENT_LIBS@
|
||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue