mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Remove bundled zlib.
 | |
| --- a/src/burner/libretro/Makefile
 | |
| +++ b/src/burner/libretro/Makefile
 | |
| @@ -692,6 +692,8 @@
 | |
|  	LD = $(CXX)
 | |
|  endif
 | |
|  
 | |
| +LIBS += -lz
 | |
| +
 | |
|  %.o: %.c
 | |
|  	$(CC) -c $(OBJOUT)$@ $< $(CFLAGS) $(INCFLAGS)
 | |
|  
 |