gnu: fakeroot: Omit static library.
* gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static" to #:configure-flags.master
parent
7b1c73f330
commit
0bd926b6e4
|
@ -7854,7 +7854,9 @@ the superuser to make device nodes.")
|
|||
(stat:type (lstat file))))))))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags
|
||||
(list "--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-Makefile.am
|
||||
(lambda _
|
||||
|
|
Reference in New Issue