mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: netdde: Fix building libdde_linux26.
* gnu/packages/hurd.scm (netdde)[arguments]: Set "ARCH=x86" in make-flags. Change-Id: I24760f55fd0ae231f4a73bda158c70c2ac880723
This commit is contained in:
parent
cc2e13baec
commit
7f2b754b33
1 changed files with 2 additions and 1 deletions
|
@ -581,7 +581,8 @@ (define-public netdde
|
|||
(list (string-append "SHELL="
|
||||
(search-input-file %build-inputs "/bin/bash"))
|
||||
"PKGDIR=libdde_linux26"
|
||||
(string-append "CC=" ,(cc-for-target)))
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
"ARCH=x86")
|
||||
#:configure-flags
|
||||
,#~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue