guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: efibootmgr: Remove obsolete configure flag.


From: guix-commits
Subject: 02/08: gnu: efibootmgr: Remove obsolete configure flag.
Date: Fri, 1 Mar 2019 11:32:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 82e7a51ccdd901ef5b28a5f0f3b12f5ead0688f1
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 16:38:37 2019 +0100

    gnu: efibootmgr: Remove obsolete configure flag.
    
    * gnu/packages/linux.scm (efibootmgr)[arguments]: Don't override CFLAGS.
---
 gnu/packages/linux.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 12cdc96..1976e24 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4129,7 +4129,7 @@ interface to the variable facility of UEFI boot 
firmware.")
                 "0pzn67vxxaf7jna4cd0i4kqm60h04kb21hckksv9z82q9gxra1wm"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; No tests.
+     `(#:tests? #f ;no tests
        #:make-flags (list (string-append "prefix=" %output)
                           (string-append "libdir=" %output "/lib")
                           ;; EFIDIR denotes a subdirectory relative to the
@@ -4137,11 +4137,7 @@ interface to the variable facility of UEFI boot 
firmware.")
                           ;; installed (known as OS_VENDOR in the code).
                           ;; GRUB overrides this, as such it's only used if
                           ;; nothing else is specified on the command line.
-                          "EFIDIR=gnu"
-                          ;; Override CFLAGS to add efivar include directory.
-                          (string-append "CFLAGS=-O2 -g -flto -I"
-                                         (assoc-ref %build-inputs "efivar")
-                                         "/include/efivar"))
+                          "EFIDIR=gnu")
        #:phases (modify-phases %standard-phases (delete 'configure))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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