1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: fakeroot: Omit static library.

* gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice
2021-10-13 23:20:44 +02:00
parent 7b1c73f330
commit 0bd926b6e4
+3 -1
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 _