mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
fix to make the compile work with --with-other-libc
libmysqld/examples/Makefile.am: honor client link flags in libmysqld example builds vio/Makefile.am: honor client link flags in vio test program builds
This commit is contained in:
parent
72f1fc7e36
commit
869e671f98
2 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ DEFS = -DEMBEDDED_LIBRARY
|
|||
INCLUDES = -I$(top_srcdir)/include $(openssl_includes) \
|
||||
-I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/client
|
||||
LIBS = @LIBS@
|
||||
LDADD = ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS)
|
||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS)
|
||||
|
||||
mysqltest_SOURCES = mysqltest.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue