gnu: c-vise: Fix linkage.
* gnu/packages/debug.scm (c-vise)[arguments][#:phases]: Fix linkage to clang and llvm shared libraries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									35ea49daf6
								
							
						
					
					
						commit
						6481dbda51
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -199,6 +199,11 @@ tools that process C/C++ code.")
 | 
			
		|||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'fix-linkage
 | 
			
		||||
           (lambda _
 | 
			
		||||
            (substitute* "clang_delta/CMakeLists.txt"
 | 
			
		||||
              (("\\$\\{LLVM_LINK_LLVM_DYLIB\\}") "True")
 | 
			
		||||
              (("  LLVM") "  LLVMSupport"))))
 | 
			
		||||
         (add-before 'build 'hardcode-paths
 | 
			
		||||
           (lambda _
 | 
			
		||||
            (substitute* "cvise.py"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue