gnu: netdde: Fix build.
* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.master
parent
1a244b7814
commit
130232fd8b
|
@ -587,7 +587,7 @@ implementing them.")
|
||||||
"LINK_PROGRAM=i586-pc-gnu-gcc")
|
"LINK_PROGRAM=i586-pc-gnu-gcc")
|
||||||
(list "CC=gcc")))
|
(list "CC=gcc")))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
,#~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Reference in New Issue