mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: quagga: Build with gcc-7.
* gnu/packages/networking.scm (quagga)[native-inputs]: Remove gcc-9, add gcc-7. Change-Id: I70a785cd461beea66d6673d9bd25a53149950ec5
This commit is contained in:
@@ -3486,7 +3486,7 @@ does not use SSH and requires a pre-shared symmetric key.")
|
||||
(delete-file "lib/version.h")
|
||||
(delete-file "vtysh/extract.pl")))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list gawk gcc-9 pkg-config perl dejagnu))
|
||||
(native-inputs (list gawk gcc-7 pkg-config perl dejagnu))
|
||||
(inputs (list c-ares libxcrypt readline))
|
||||
(synopsis "Routing Software Suite")
|
||||
(description "Quagga is a routing software suite, providing implementations
|
||||
|
||||
Reference in New Issue
Block a user