unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38210] [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels.
@ 2019-11-14 16:15 Marius Bakke
  2019-11-27 23:21 ` bug#38210: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Marius Bakke @ 2019-11-14 16:15 UTC (permalink / raw)
  To: 38210

* 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 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
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38210: [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels.
  2019-11-14 16:15 [bug#38210] [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels Marius Bakke
@ 2019-11-27 23:21 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-11-27 23:21 UTC (permalink / raw)
  To: 38210-done

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

Marius Bakke <mbakke@fastmail.com> writes:

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

Pushed in f0de36cba7f9f8a6de3a579034e10516195b97e9.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-27 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14 16:15 [bug#38210] [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels Marius Bakke
2019-11-27 23:21 ` bug#38210: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).