mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Makefile.am:
- libtool wants spaces on parameters for its command line options zlib/Makefile.am: - libtool wants spaces on parameters for its command line options
This commit is contained in:
parent
9c695ffeaf
commit
4e971ef7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
pkglib_LTLIBRARIES=libz.la
|
||||
|
||||
libz_la_LDFLAGS= -version-info=3:3:2
|
||||
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
Add a link
Reference in a new issue