gnu: fakeroot: Omit static library.
* gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									7b1c73f330
								
							
						
					
					
						commit
						0bd926b6e4
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -7854,7 +7854,9 @@ the superuser to make device nodes.") | ||||||
|                                             (stat:type (lstat file)))))))))))) |                                             (stat:type (lstat file)))))))))))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:configure-flags | ||||||
|  |        (list "--disable-static") | ||||||
|  |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (add-after 'unpack 'patch-Makefile.am |          (add-after 'unpack 'patch-Makefile.am | ||||||
|            (lambda _ |            (lambda _ | ||||||
|  |  | ||||||
		Reference in a new issue