Changes after initial patch to #15787
This commit is contained in:
parent
7390183d0f
commit
86cb9bf94d
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
# Process this file with automake to create Makefile.in
|
# Process this file with automake to create Makefile.in
|
||||||
|
|
||||||
|
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
|
||||||
|
|
||||||
pkglib_LTLIBRARIES=libz.la
|
pkglib_LTLIBRARIES=libz.la
|
||||||
|
|
||||||
libz_la_LDFLAGS= -version-info 3:3:2
|
libz_la_LDFLAGS= -version-info 3:3:2
|
||||||
|
@ -5,3 +5,12 @@ original zlib distribution. You can find the original distribution at
|
|||||||
http://www.gzip.org/zlib/
|
http://www.gzip.org/zlib/
|
||||||
or
|
or
|
||||||
http://www.zlib.net/
|
http://www.zlib.net/
|
||||||
|
|
||||||
|
Revision history:
|
||||||
|
|
||||||
|
20.01.2006. The following files were changed as part of #15787 fix:
|
||||||
|
makefile.am
|
||||||
|
gzio.c
|
||||||
|
zconf.h
|
||||||
|
README.mysql
|
||||||
|
|
||||||
|
@ -288,7 +288,7 @@ typedef uLong FAR uLongf;
|
|||||||
typedef Byte *voidp;
|
typedef Byte *voidp;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <sys/types.h> /* for off_t */
|
# include <sys/types.h> /* for off_t */
|
||||||
# include <unistd.h> /* for SEEK_* and off_t */
|
# include <unistd.h> /* for SEEK_* and off_t */
|
||||||
# ifdef VMS
|
# ifdef VMS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user