guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: qtbase: Restore compatibility with old kernels.


From: guix-commits
Subject: 02/03: gnu: qtbase: Restore compatibility with old kernels.
Date: Wed, 27 Nov 2019 18:05:26 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f0de36cba7f9f8a6de3a579034e10516195b97e9
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 14 17:13:10 2019 +0100

    gnu: qtbase: Restore compatibility with old kernels.
    
    * gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the
    configure flags.
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 2cc44ab..b8c0b3f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -451,6 +451,7 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                  ;; kernels that the glibc supports, including the RHEL6
                  ;; (2.6.32) and RHEL7 (3.10) kernels.
                  "-no-feature-getentropy"  ; requires Linux 3.17
+                 "-no-feature-renameat2"   ; requires Linux 3.16
 
                  ;; Do not build examples; if desired, these could go
                  ;; into a separate output, but for the time being, we



reply via email to

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