gnu: wimlib: Disable static library.
* gnu/packages/backup.scm (wimlib)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									2167088320
								
							
						
					
					
						commit
						ff32b2dd3e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -736,7 +736,9 @@ to not fully trusted targets.  Borg is a fork of Attic.")
 | 
				
			||||||
       ("ntfs-3g" ,ntfs-3g)
 | 
					       ("ntfs-3g" ,ntfs-3g)
 | 
				
			||||||
       ("openssl" ,openssl)))
 | 
					       ("openssl" ,openssl)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list "--enable-test-support")))
 | 
					     `(#:configure-flags
 | 
				
			||||||
 | 
					       (list "--disable-static"
 | 
				
			||||||
 | 
					             "--enable-test-support")))
 | 
				
			||||||
    (home-page "https://wimlib.net/")
 | 
					    (home-page "https://wimlib.net/")
 | 
				
			||||||
    (synopsis "WIM file manipulation library and utilities")
 | 
					    (synopsis "WIM file manipulation library and utilities")
 | 
				
			||||||
    (description "wimlib is a C library and set of command-line utilities for
 | 
					    (description "wimlib is a C library and set of command-line utilities for
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue