mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Set the SONAME field of libz3.so to libz3.so.
This fixes a problem when loading libz3java from Java, where the dependency on libz3 is not detected as fulfilled if the latter does not have SONAME set.
This commit is contained in:
		
							parent
							
								
									da32997f93
								
							
						
					
					
						commit
						3e0506a71b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2460,7 +2460,7 @@ def mk_config():
 | 
				
			||||||
        check_ar()
 | 
					        check_ar()
 | 
				
			||||||
        CXX = find_cxx_compiler()
 | 
					        CXX = find_cxx_compiler()
 | 
				
			||||||
        CC  = find_c_compiler()
 | 
					        CC  = find_c_compiler()
 | 
				
			||||||
        SLIBEXTRAFLAGS = ''
 | 
					        SLIBEXTRAFLAGS = '-Wl,-soname,libz3.so'
 | 
				
			||||||
        EXE_EXT = ''
 | 
					        EXE_EXT = ''
 | 
				
			||||||
        LIB_EXT = '.a'
 | 
					        LIB_EXT = '.a'
 | 
				
			||||||
        if GPROF:
 | 
					        if GPROF:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue