gnu: polkit: Remove GCC5 workaround.
* gnu/packages/polkit.scm (polkit)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
This commit is contained in:
parent
529c9ac5e0
commit
d0521758c6
|
@ -100,9 +100,6 @@
|
||||||
("gobject-introspection" ,gobject-introspection)))
|
("gobject-introspection" ,gobject-introspection)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--sysconfdir=/etc"
|
`(#:configure-flags '("--sysconfdir=/etc"
|
||||||
;; XXX: MozJS 60 requires the C++11 ABI or higher.
|
|
||||||
;; Remove when the default compiler is >= GCC 6.
|
|
||||||
"CXXFLAGS=-std=gnu++11"
|
|
||||||
"--enable-man-pages")
|
"--enable-man-pages")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue