mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: pciutils: Explicity declare the _FILE_OFFSET_BITS we want.
* gnu/packages/pciutils.scm (pciutils)[arguments]<#:phases>[configure]: Pass CFLAGS.
This commit is contained in:
parent
d1edfd01b8
commit
4c11d9ef24
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@ (define-public pciutils
|
||||||
|
|
||||||
(("^IDSDIR=.*$")
|
(("^IDSDIR=.*$")
|
||||||
;; Installation directory of 'pci.ids.gz'.
|
;; Installation directory of 'pci.ids.gz'.
|
||||||
"IDSDIR = $(SHAREDIR)/hwdata\n"))
|
"IDSDIR = $(SHAREDIR)/hwdata\n")
|
||||||
|
(("^OPT=")
|
||||||
|
"OPT?="))
|
||||||
|
(setenv "OPT" (getenv "CFLAGS"))
|
||||||
#t))
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue