mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng16] Added missing "$(CPPFLAGS)" to the compile line for c.pic.o in
makefile.linux and makefile.solaris-x86 (Cosmin).
This commit is contained in:
		
							parent
							
								
									03a6f3f9c9
								
							
						
					
					
						commit
						18834ff62b
					
				
							
								
								
									
										2
									
								
								ANNOUNCE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ANNOUNCE
									
									
									
									
									
								
							@ -26,6 +26,8 @@ Other information:
 | 
				
			|||||||
Changes since the last public release (1.6.29):
 | 
					Changes since the last public release (1.6.29):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.6.30beta01 [March 16, 2017]
 | 
					Version 1.6.30beta01 [March 16, 2017]
 | 
				
			||||||
 | 
					  Added missing "$(CPPFLAGS)" to the compile line for c.pic.o in
 | 
				
			||||||
 | 
					    makefile.linux and makefile.solaris-x86 (Cosmin).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								CHANGES
									
									
									
									
									
								
							@ -5818,6 +5818,8 @@ Version 1.6.29 [March 16, 2017]
 | 
				
			|||||||
  No changes.
 | 
					  No changes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.6.30beta01 [March 16, 2017]
 | 
					Version 1.6.30beta01 [March 16, 2017]
 | 
				
			||||||
 | 
					  Added missing "$(CPPFLAGS)" to the compile line for c.pic.o in
 | 
				
			||||||
 | 
					    makefile.linux and makefile.solaris-x86 (Cosmin).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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
 | 
				
			||||||
 | 
				
			|||||||
@ -92,7 +92,7 @@ OBJSDLL = $(OBJS:.o=.pic.o)
 | 
				
			|||||||
	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
 | 
						$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.c.pic.o:
 | 
					.c.pic.o:
 | 
				
			||||||
	$(CC) -c $(CFLAGS) -fPIC -o $@ $*.c
 | 
						$(CC) -c $(CPPFLAGS) $(CFLAGS) -fPIC -o $@ $*.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: libpng.a $(LIBSO) pngtest pngtest-static libpng.pc libpng-config
 | 
					all: libpng.a $(LIBSO) pngtest pngtest-static libpng.pc libpng-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -83,7 +83,7 @@ OBJSDLL = $(OBJS:.o=.pic.o)
 | 
				
			|||||||
	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
 | 
						$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.c.pic.o:
 | 
					.c.pic.o:
 | 
				
			||||||
	$(CC) -c $(CFLAGS) -fPIC -o $@ $*.c
 | 
						$(CC) -c $(CPPFLAGS) $(CFLAGS) -fPIC -o $@ $*.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config
 | 
					all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user