me
/
guix
Archived
1
0
Fork 0

gnu: fakeroot: Omit static library.

* gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static"
to #:configure-flags.
master
Tobias Geerinckx-Rice 2021-10-13 23:20:44 +02:00
parent 7b1c73f330
commit 0bd926b6e4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -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 _