Skip to content
  • Don Stewart's avatar
    Use --export-dynamic to ensure ghci works on newer openbsds · 069495a3
    Don Stewart authored
    Changes to the RTLD_DEFAULT semantics broke the trick we used to ensure
    libc symbols were available to the ghci linker, in OpenBSD 4.0. We can
    fix this by linking the ghc binary itself with --export-dynamic on this
    system, removing the need for any magic Linker.c games.
    
    GHCi now works on OpenBSD 4.0
    
    Contributed by Eric Mertens <emertens at gmail.com>
    069495a3