guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: polkit: Remove GCC5 workaround.


From: guix-commits
Subject: 07/08: gnu: polkit: Remove GCC5 workaround.
Date: Tue, 2 Jul 2019 19:10:52 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d0521758c6065c2520071c2652b18e18fc05acf5
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 3 01:04:06 2019 +0200

    gnu: polkit: Remove GCC5 workaround.
    
    * gnu/packages/polkit.scm (polkit)[arguments]<#:configure-flags>: Remove 
"CXXFLAGS".
---
 gnu/packages/polkit.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index ac24ade..7cc35f1 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -100,9 +100,6 @@
        ("gobject-introspection" ,gobject-introspection)))
     (arguments
      `(#: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")
        #:phases
        (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]