From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42820) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVHmt-0004hb-62 for guix-patches@gnu.org; Thu, 14 Nov 2019 11:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVHms-0003aq-5n for guix-patches@gnu.org; Thu, 14 Nov 2019 11:16:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54454) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVHms-0003aa-2m for guix-patches@gnu.org; Thu, 14 Nov 2019 11:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVHmr-0004CG-SH for guix-patches@gnu.org; Thu, 14 Nov 2019 11:16:01 -0500 Subject: [bug#38210] [PATCH staging-next] gnu: qtbase: Restore compatibility with old kernels. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42754) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVHma-0004Je-Tu for guix-patches@gnu.org; Thu, 14 Nov 2019 11:15:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVHmY-0003Sg-LD for guix-patches@gnu.org; Thu, 14 Nov 2019 11:15:44 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:47435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iVHmO-0003K3-JP for guix-patches@gnu.org; Thu, 14 Nov 2019 11:15:35 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id F06DA577 for ; Thu, 14 Nov 2019 11:15:29 -0500 (EST) Received: from localhost (ti0006q161-0149.bb.online.no [62.16.192.150]) by mail.messagingengine.com (Postfix) with ESMTPA id 95E948005C for ; Thu, 14 Nov 2019 11:15:28 -0500 (EST) From: Marius Bakke Date: Thu, 14 Nov 2019 17:15:26 +0100 Message-Id: <20191114161526.11685-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38210@debbugs.gnu.org * 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