[libpng15] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will

work with zlib-1.2.7
This commit is contained in:
Glenn Randers-Pehrson 2012-09-27 18:36:33 -05:00
parent e7d41c565b
commit 47777cac10
5 changed files with 5 additions and 3 deletions

View File

@ -50,6 +50,7 @@ Version 1.5.13 [September 27, 2012]
No changes. No changes.
Version 1.5.14beta01 [September 27, 2012] Version 1.5.14beta01 [September 27, 2012]
Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7
Send comments/corrections/commendations to png-mng-implement at lists.sf.net: Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit (subscription required; visit

View File

@ -3920,6 +3920,7 @@ Version 1.5.13 [September 27, 2012]
No changes. No changes.
Version 1.5.14beta01 [September 27, 2012] Version 1.5.14beta01 [September 27, 2012]
Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f RM=rm -f
COPY=cp COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -I. -O1 CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO DNO_GZIP -I. -O1
C=.c C=.c
O=.o O=.o

View File

@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f RM=rm -f
COPY=cp COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1 CFLAGS=-DPNG_USER_CONFIG -DZ_SOLO DNO_GZIP -I. -O1
C=.c C=.c
O=.o O=.o

View File

@ -30,7 +30,7 @@ XLIB = -L/usr/X11R6/lib -lX11
#LIBS = $(XLIB) #LIBS = $(XLIB)
LIBS = $(XLIB) -lm #platforms that need libm LIBS = $(XLIB) -lm #platforms that need libm
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -I. $(XINC) -O1 CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO DNO_GZIP -I. $(XINC) -O1
C=.c C=.c
O=.o O=.o