guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: linux-libre: Fix build on aarch64.


From: guix-commits
Subject: 02/02: gnu: linux-libre: Fix build on aarch64.
Date: Sun, 14 Jul 2019 15:06:57 -0400 (EDT)

mhw pushed a commit to branch kernel-updates
in repository guix.

commit 2f3c0fb39d8bc6fc9a629b79947691da48ca42e9
Author: Pierre Langlois <address@hidden>
Date:   Sun Jul 14 12:47:06 2019 +0100

    gnu: linux-libre: Fix build on aarch64.
    
    * gnu/packages/linux.scm (make-linux-libre)[arguments]: Remove
    'work-around-gcc-7-include-path-issue phase.
---
 gnu/packages/linux.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2b22c34..4c31f7d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2019 Tim Gesthuizen <address@hidden>
 ;;; Copyright © 2019 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2019 Stefan Stefanović <address@hidden>
+;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -355,11 +356,6 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
              (substitute* (find-files "." "^Makefile(\\.include)?$")
                (("/bin/pwd") "pwd"))
              #t))
-         (add-before 'configure 'work-around-gcc-7-include-path-issue
-           (lambda _
-             (unsetenv "C_INCLUDE_PATH")
-             (unsetenv "CPLUS_INCLUDE_PATH")
-             #t))
          (replace 'configure
            (lambda* (#:key inputs native-inputs target #:allow-other-keys)
              ;; Avoid introducing timestamps



reply via email to

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