gnu: qtbase: Restore compatibility with old kernels.

* gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the
configure flags.
This commit is contained in:
Marius Bakke 2019-11-14 17:13:10 +01:00
parent a59e2dd8cd
commit f0de36cba7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -451,6 +451,7 @@ (define-public qtbase
;; 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