Skip to content

Commit 729f87f

Browse files
authored
Merge pull request #3393 from lzlarryli/lzlarryli-fpic-from-stable
fix: updated solution to `-fPIC` problem
2 parents 50e495d + 5ba9e5e commit 729f87f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,7 @@ such hardening flags by default which may be the cause of some instances of the
434434
problem. Therefore, a possible workaround might be to turn off PIE related
435435
flags.
436436
437-
In Arch Linux, the support for this is provided by the `hardening-wrapper`
438-
package. Some possible workarounds:
439-
440-
* Selectively disabling its PIE forcing by setting `HARDENING_PIE=0` in `/etc/hardening-wrapper.conf`.
441-
* Uninstalling the `hardening-wrapper` package and logging out then into your account again.
437+
On Arch Linux, installing the `ncurses5-compat-libs` package from AUR resolves [this issue](https://github.com/commercialhaskell/stack/issues/2712).
442438
443439
If you manage to work around this in other distributions, please include instructions here.
444440

0 commit comments

Comments
 (0)