mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ and parameters ~s~%"
|
||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
"--enable-executable-dynamic"
|
"--enable-executable-dynamic"
|
||||||
"--ghc-option=-fPIC"
|
"--ghc-option=-fPIC"
|
||||||
,(string-append "--ghc-option=-optl=-Wl,-rpath=" (or lib out)
|
|
||||||
"/lib/$compiler/$pkg-$version")
|
|
||||||
,@configure-flags)))
|
,@configure-flags)))
|
||||||
;; Cabal errors if GHC_PACKAGE_PATH is set during 'configure', so unset
|
;; Cabal errors if GHC_PACKAGE_PATH is set during 'configure', so unset
|
||||||
;; and restore it.
|
;; and restore it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue