mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
zlib.m4:
Only require the more recent zlibCompileFlags() when building the server, client zlib don't need it. Makefile.am: Always build the bundled zlib static only configure.in: Look for dlopen() even if --with-mysqld-ldflags constains "-static", as this is not the same as the flag to "ld", it just informs "libtool" to link static with libraries created part of the build, even if there exists shared versions. make_binary_distribution.sh: Real "mysqlmanager" executable might be in ".libs" configure.in: Look for dlopen() even if --with-mysqld-ldflags constains "-static", as this is not the same as the flag to "ld", it just informs "libtool" to link static with libraries created part of the build, even if there exists shared versions. config/ac-macros/zlib.m4: Only require the more recent zlibCompileFlags() when building the server, client zlib don't need it. scripts/make_binary_distribution.sh: Real "mysqlmanager" executable might be in ".libs" zlib/Makefile.am: Always build the bundled zlib static only
This commit is contained in:
parent
bbc6ed24e0
commit
60289fba0b
4 changed files with 22 additions and 6 deletions
|
|
@ -21,7 +21,8 @@ LIBS= $(NON_THREADED_LIBS)
|
|||
|
||||
pkglib_LTLIBRARIES=libz.la
|
||||
|
||||
libz_la_LDFLAGS= -version-info 3:3:2
|
||||
# We are never interested in a shared version
|
||||
libz_la_LDFLAGS= -static
|
||||
|
||||
noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \
|
||||
inftrees.h trees.h zconf.h zlib.h zutil.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue