diff mbox series

[bug#38210,staging-next] gnu: qtbase: Restore compatibility with old kernels.

Message ID 20191114161526.11685-1-mbakke@fastmail.com
State Accepted
Headers show
Series [bug#38210,staging-next] gnu: qtbase: Restore compatibility with old kernels. | expand

Commit Message

Marius Bakke Nov. 14, 2019, 4:15 p.m. UTC
* gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the
configure flags.
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Marius Bakke Nov. 27, 2019, 11:21 p.m. UTC | #1
Marius Bakke <mbakke@fastmail.com> writes:

> * gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the
> configure flags.

Pushed in f0de36cba7f9f8a6de3a579034e10516195b97e9.
diff mbox series

Patch

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 222a0cc867..9eb8d7e0f9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -652,6 +652,7 @@  system, and the core design of Django is reused in Grantlee.")
                  ;; 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