mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: bridge-utils: Remove obsolete phases.
* gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
This commit is contained in:
parent
705007945f
commit
d20ce88758
1 changed files with 1 additions and 17 deletions
|
@ -2930,23 +2930,7 @@ (define-public bridge-utils
|
|||
(native-inputs `(("autoconf" ,autoconf)
|
||||
("automake" ,automake)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'patch-stuff
|
||||
(lambda _
|
||||
;; Fix "field ‘ip6’ has incomplete type" errors.
|
||||
(substitute* "libbridge/libbridge.h"
|
||||
(("#include <linux/if_bridge.h>")
|
||||
"#include <linux/in6.h>\n#include <linux/if_bridge.h>"))
|
||||
|
||||
;; Ensure that the entire build fails if one of the
|
||||
;; sub-Makefiles fails.
|
||||
(substitute* "Makefile.in"
|
||||
(("\\$\\(MAKE\\) \\$\\(MFLAGS\\) -C \\$\\$x ;")
|
||||
"$(MAKE) $(MFLAGS) -C $$x || exit 1;"))
|
||||
|
||||
#t)))
|
||||
#:tests? #f)) ; no 'check' target
|
||||
'(#:tests? #f)) ; no 'check' target
|
||||
|
||||
(home-page "https://wiki.linuxfoundation.org/networking/bridge")
|
||||
(synopsis "Manipulate Ethernet bridges")
|
||||
|
|
Loading…
Reference in a new issue