[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: build: haskell-build-system: Remove unused linker flags.
From: |
guix-commits |
Subject: |
12/13: build: haskell-build-system: Remove unused linker flags. |
Date: |
Sat, 21 Jan 2023 06:55:20 -0500 (EST) |
lbraun pushed a commit to branch wip-haskell
in repository guix.
commit a6177959c804e888677063e912ed384b9e5cc340
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 20 16:57:27 2023 +0100
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.
---
guix/build/haskell-build-system.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/build/haskell-build-system.scm
b/guix/build/haskell-build-system.scm
index 72e12ba746..759d3c5d17 100644
--- a/guix/build/haskell-build-system.scm
+++ b/guix/build/haskell-build-system.scm
@@ -103,8 +103,6 @@ and parameters ~s~%"
"--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.
- branch wip-haskell created (now 6eb6c08706), guix-commits, 2023/01/21
- 03/13: build: haskell-build-system: Support multiple libraries., guix-commits, 2023/01/21
- 04/13: gnu: Switch default to GHC 9.2., guix-commits, 2023/01/21
- 06/13: import: hackage: Add upstream-name property., guix-commits, 2023/01/21
- 08/13: import: hackage: Use upstream-name property., guix-commits, 2023/01/21
- 10/13: import: haskell: Add new internal library for GHC 9.2., guix-commits, 2023/01/21
- 01/13: import: hackage: Allow version at the beginning of cabal file., guix-commits, 2023/01/21
- 12/13: build: haskell-build-system: Remove unused linker flags.,
guix-commits <=
- 02/13: build: haskell-build-system: Remove trailing #t., guix-commits, 2023/01/21
- 05/13: import: stackage: Update to release 20.5., guix-commits, 2023/01/21
- 07/13: gnu: Add upstream-name property to Haskell packages., guix-commits, 2023/01/21
- 09/13: gnu: Use HACKAGE-URI for packages from Hackage., guix-commits, 2023/01/21
- 13/13: Upgrade Haskell packages., guix-commits, 2023/01/21
- 11/13: build: haskell-build-system: Process all transitive dependencies., guix-commits, 2023/01/21