summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2020-08-28 10:52:05 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-31 23:04:39 -0400
commiteb85f125a227f6b5703d4a2e997c5ea320dfa31f (patch)
tree4ebe60c598e97300b4ec75abcc8d56964cdca1f9
parent0a3723876c6c79a0a407d50f4baa2818a13f232e (diff)
downloadhaskell-eb85f125a227f6b5703d4a2e997c5ea320dfa31f.tar.gz
Set the dynamic-system-linker flag to Manual
This flag should be user controllable, hence Manual: True.
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index fb2affbd1d..a05c101104 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -51,7 +51,7 @@ Flag terminfo
Flag dynamic-system-linker
Description: The system can load dynamic code. This is not the case for musl.
Default: True
- Manual: False
+ Manual: True
Library
Default-Language: Haskell2010