emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38210: closed ([PATCH staging-next] gnu: qtbase: Restore compatibili


From: GNU bug Tracking System
Subject: bug#38210: closed ([PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels.)
Date: Wed, 27 Nov 2019 23:22:02 +0000

Your message dated Thu, 28 Nov 2019 00:21:39 +0100
with message-id <address@hidden>
and subject line Re: [bug#38210] [PATCH staging-next] gnu: qtbase: Restore 
compatibility with old kernels.
has caused the debbugs.gnu.org bug report #38210,
regarding [PATCH staging-next] gnu: qtbase: Restore compatibility with old 
kernels.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38210: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38210
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels. Date: Thu, 14 Nov 2019 17:15:26 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38210] [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels. Date: Thu, 28 Nov 2019 00:21:39 +0100 User-agent: Notmuch/0.29.2 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Marius Bakke <address@hidden> writes:

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

Pushed in f0de36cba7f9f8a6de3a579034e10516195b97e9.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]