gnu: mit-krb5: Build with default gcc.
* gnu/packages/mit-krb5.scm (mit-krb5)[native-inputs]: Remove gcc-4.7.
This commit is contained in:
parent
23800e4736
commit
cd06768e66
|
@ -41,11 +41,7 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("patch/init-fix" ,(search-patch "mit-krb5-init-fix.patch"))
|
`(("patch/init-fix" ,(search-patch "mit-krb5-init-fix.patch"))
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("perl" ,perl)
|
("perl" ,perl)))
|
||||||
|
|
||||||
;; XXX: When built with GCC 4.8, the 'db_test' test program enters an
|
|
||||||
;; infinite loop. As a stopgap measure, build with GCC 4.7.
|
|
||||||
("gcc" ,gcc-4.7)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(alist-replace
|
(alist-replace
|
||||||
|
|
Loading…
Reference in New Issue