summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-11-14 17:13:10 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-11-27 19:40:13 +0100
commitf0de36cba7f9f8a6de3a579034e10516195b97e9 (patch)
treeb72677480c442e18886735ba682007813e029178 /gnu/packages/qt.scm
parenta59e2dd8cd16655e379abb567baf978c94f3d48e (diff)
downloadguix-patches-f0de36cba7f9f8a6de3a579034e10516195b97e9.tar
guix-patches-f0de36cba7f9f8a6de3a579034e10516195b97e9.tar.gz
gnu: qtbase: Restore compatibility with old kernels.
* gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the configure flags.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r--gnu/packages/qt.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 2cc44ab831..b8c0b3f6d2 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