gnu: libcap-ng: Omit static libraries.
* gnu/packages/admin.scm (libcap-ng)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									ef2a240100
								
							
						
					
					
						commit
						644a966772
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -2508,7 +2508,8 @@ track changes in important system configuration files.") | |||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:configure-flags | ||||
|        (list "--without-python"))) | ||||
|        (list "--disable-static" | ||||
|              "--without-python"))) | ||||
|     (home-page "https://people.redhat.com/sgrubb/libcap-ng/") | ||||
|     (synopsis "Library for more easily working with POSIX capabilities") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue