mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 03:06:40 +01:00
build: haskell-build-system: Remove unused linker flags.
They were inserted as-is, without expandind variables into binaries. * guix/build/haskell-build-system.scm (configure): Remove --ghc-option.
This commit is contained in:
parent
39c97cf3d0
commit
9262c14d73
1 changed files with 0 additions and 2 deletions
|
@ -103,8 +103,6 @@ (define* (configure #:key outputs inputs tests? (configure-flags '())
|
|||
"--enable-shared"
|
||||
"--enable-executable-dynamic"
|
||||
"--ghc-option=-fPIC"
|
||||
,(string-append "--ghc-option=-optl=-Wl,-rpath=" (or lib out)
|
||||
"/lib/$compiler/$pkg-$version")
|
||||
,@configure-flags)))
|
||||
;; Cabal errors if GHC_PACKAGE_PATH is set during 'configure', so unset
|
||||
;; and restore it.
|
||||
|
|
Loading…
Reference in a new issue