From 783285db9c83c7881bcfed18f52049b0eceb6ea1 Mon Sep 17 00:00:00 2001 From: Moritz Angermann <moritz.angermann@gmail.com> Date: Fri, 28 Aug 2020 10:52:05 +0800 Subject: [PATCH] Set the dynamic-system-linker flag to Manual This flag should be user controllable, hence Manual: True. --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index fb2affbd1d5f..a05c1011048f 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 -- GitLab