mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng15] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will
work with zlib-1.2.7
This commit is contained in:
		
							parent
							
								
									e7d41c565b
								
							
						
					
					
						commit
						47777cac10
					
				
							
								
								
									
										1
									
								
								ANNOUNCE
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								ANNOUNCE
									
									
									
									
									
								
							@ -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
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								CHANGES
									
									
									
									
									
								
							@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user