Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit b51bc68

Browse files
committed
pie message for generic linux
1 parent 5701137 commit b51bc68

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/templates/new-site/download-os-sections.html.mu

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,21 @@ extra-include-dirs: C:\Program Files\Haskell Platform\8.0.1\mingw\include
340340
$ sudo ./install-haskell-platform.sh</pre>
341341
</div>
342342
</li>
343+
<li>
344+
<div class="step-number">3</div>
345+
<div class="step-body">
346+
If you have a system with
347+
position independent executables
348+
by default (such as <a href=" https://wiki.ubuntu.com/SecurityTeam/PIE">Ubuntu
349+
16.10 </a> and above), you
350+
should edit the GHC settings
351+
file at
352+
<pre>usr/local/haskell/ghc-___/lib/ghc-___/settings</pre>
353+
and change the " compiler
354+
supports -no-pie" flag from
355+
"NO" to "YES".
356+
</div>
357+
</li>
343358
</ol>
344359
</div> <!-- #linux-generic -->
345360

0 commit comments

Comments
 (0)