mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
Makefile.am:
- Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0 zlib/Makefile.am: - Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
This commit is contained in:
parent
84463962d6
commit
5b7752442f
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
pkglib_LTLIBRARIES=libz.la
|
||||
|
||||
libz_la_LDFLAGS= -version-info=3:3:2
|
||||
|
||||
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
Reference in a new issue