mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
fix my_compress/zlib link error
This commit is contained in:
parent
3d3c9ba4fa
commit
b3658d6731
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ LDADD += \
|
|||
$(top_builddir)/storage/ndb/src/libndbclient.la \
|
||||
$(top_builddir)/dbug/libdbug.a \
|
||||
$(top_builddir)/mysys/libmysys.a \
|
||||
$(top_builddir)/strings/libmystrings.a @NDB_SCI_LIBS@
|
||||
$(top_builddir)/strings/libmystrings.a @NDB_SCI_LIBS@ @ZLIB_LIBS@
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/storage/ndb/include \
|
||||
|
|
|
@ -55,7 +55,7 @@ ndb_drop_index_LDFLAGS = @ndb_bin_am_ldflags@
|
|||
ndb_show_tables_LDFLAGS = @ndb_bin_am_ldflags@
|
||||
ndb_select_all_LDFLAGS = @ndb_bin_am_ldflags@
|
||||
ndb_select_count_LDFLAGS = @ndb_bin_am_ldflags@
|
||||
ndb_restore_LDFLAGS = @ndb_bin_am_ldflags@ @ZLIB_LIBS@
|
||||
ndb_restore_LDFLAGS = @ndb_bin_am_ldflags@
|
||||
ndb_config_LDFLAGS = @ndb_bin_am_ldflags@
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
|
|
Loading…
Add table
Reference in a new issue