1
0
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:
Efraim Flashner
2026-03-19 13:51:55 +02:00
parent 763bd56e64
commit d02e2f5dd2

View File

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