gnu: botan: Omit static library.
* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag.
This commit is contained in:
		
							parent
							
								
									fea894d327
								
							
						
					
					
						commit
						36d6b1ac5f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -952,6 +952,8 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
 | 
				
			||||||
               (setenv "CXXFLAGS" "-O3")
 | 
					               (setenv "CXXFLAGS" "-O3")
 | 
				
			||||||
               (invoke "python" "./configure.py"
 | 
					               (invoke "python" "./configure.py"
 | 
				
			||||||
                       (string-append "--prefix=" out)
 | 
					                       (string-append "--prefix=" out)
 | 
				
			||||||
 | 
					                       "--disable-static"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                       ;; Otherwise, the `botan` executable cannot find
 | 
					                       ;; Otherwise, the `botan` executable cannot find
 | 
				
			||||||
                       ;; libbotan.
 | 
					                       ;; libbotan.
 | 
				
			||||||
                       (string-append "--ldflags=-Wl,-rpath=" lib)
 | 
					                       (string-append "--ldflags=-Wl,-rpath=" lib)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue