mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			275 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			275 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libinterp/corefcn/module.mk
 | |
| +++ b/libinterp/corefcn/module.mk
 | |
| @@ -318,6 +318,7 @@
 | |
|    $(HDF5_CPPFLAGS) \
 | |
|    $(LLVM_CPPFLAGS) \
 | |
|    $(Z_CPPFLAGS)
 | |
| +libinterp_corefcn_libcorefcn_la_LIBADD = $(Z_LIBS)
 | |
|  
 | |
|  libinterp_corefcn_libcorefcn_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS)
 | |
|  
 |