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:
parent
a59e2dd8cd
commit
f0de36cba7
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ (define-public qtbase
|
||||||
;; kernels that the glibc supports, including the RHEL6
|
;; kernels that the glibc supports, including the RHEL6
|
||||||
;; (2.6.32) and RHEL7 (3.10) kernels.
|
;; (2.6.32) and RHEL7 (3.10) kernels.
|
||||||
"-no-feature-getentropy" ; requires Linux 3.17
|
"-no-feature-getentropy" ; requires Linux 3.17
|
||||||
|
"-no-feature-renameat2" ; requires Linux 3.16
|
||||||
|
|
||||||
;; Do not build examples; if desired, these could go
|
;; Do not build examples; if desired, these could go
|
||||||
;; into a separate output, but for the time being, we
|
;; into a separate output, but for the time being, we
|
||||||
|
|
Loading…
Reference in a new issue