me
/
guix
Archived
1
0
Fork 0

gnu: netdde: Fix build.

* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
master
Mathieu Othacehe 2021-10-05 08:45:26 +00:00
parent 1a244b7814
commit 130232fd8b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ implementing them.")
"LINK_PROGRAM=i586-pc-gnu-gcc")
(list "CC=gcc")))
#:configure-flags
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
,#~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
#:phases
(modify-phases %standard-phases
(delete 'configure)