guix-commits
[Top][All Lists]
Advanced

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

branch wip-file-offset-bits-64-sledgehammer updated: gnu: pciutils: Expl


From: guix-commits
Subject: branch wip-file-offset-bits-64-sledgehammer updated: gnu: pciutils: Explicity declare the _FILE_OFFSET_BITS we want.
Date: Sun, 04 Oct 2020 13:39:59 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-file-offset-bits-64-sledgehammer
in repository guix.

The following commit(s) were added to 
refs/heads/wip-file-offset-bits-64-sledgehammer by this push:
     new 4c11d9e  gnu: pciutils: Explicity declare the _FILE_OFFSET_BITS we 
want.
4c11d9e is described below

commit 4c11d9ef24c2e5ee529f49cdc62147c7dcfdc4d9
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sun Oct 4 19:38:36 2020 +0200

    gnu: pciutils: Explicity declare the _FILE_OFFSET_BITS we want.
    
    * gnu/packages/pciutils.scm (pciutils)[arguments]<#:phases>[configure]: Pass
    CFLAGS.
---
 gnu/packages/pciutils.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index c992988..1e35e58 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -87,7 +87,10 @@
 
                (("^IDSDIR=.*$")
                 ;; Installation directory of 'pci.ids.gz'.
-                "IDSDIR = $(SHAREDIR)/hwdata\n"))
+                "IDSDIR = $(SHAREDIR)/hwdata\n")
+               (("^OPT=")
+                "OPT?="))
+             (setenv "OPT" (getenv "CFLAGS"))
              #t))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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