1 Commits

Author SHA256 Message Date
Peter Simons
f5f064fb6e Accepting request 493191 from home:msmeissn:branches:devel:languages:haskell
- enable for global PIE support:
  - the compiler is built without PIE support due to the bootstrap
    libraries being non-PIE using BuildIgnore: gcc-PIE
  - the compiler itself builds -fPIC objects all the time,
    which should make all ghc compiled binaries be PIE.
- ghc-pie.patch: enable default -fPIC on Linux/x86_64

OBS-URL: https://build.opensuse.org/request/show/493191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=243
2017-05-08 16:26:07 +00:00