summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-11-24 07:52:12 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-11-24 07:52:31 +0000
commita6af937438bbd6d88028a5cda7ff8ba20a16721e (patch)
treef61dbf43c5b4057f7ad27b426f0846e2046508c9 /dev-lang/ghc/metadata.xml
parentwww-apache/passenger: cleanup (diff)
downloadgentoo-a6af937438bbd6d88028a5cda7ff8ba20a16721e.tar.gz
gentoo-a6af937438bbd6d88028a5cda7ff8ba20a16721e.tar.bz2
gentoo-a6af937438bbd6d88028a5cda7ff8ba20a16721e.zip
dev-lang/ghc: drop LD_LIBRARY_PATH hack, bug #637532
LD_LIBRARY_PATH only worked for prefix systems using host's libc. On systems with prefix/libc it causes host's ld.so to load prefix's libc.so. They are incompatible as ld.so relies on presence of certain private symbols libc.so Reported-by: Horea Christian Bug: https://bugs.gentoo.org/637532 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-lang/ghc/metadata.xml')
-rw-r--r--dev-lang/ghc/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/metadata.xml b/dev-lang/ghc/metadata.xml
index 521a174394e8..494e169583d3 100644
--- a/dev-lang/ghc/metadata.xml
+++ b/dev-lang/ghc/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<use>
<flag name="binary">Install the binary version directly, rather than using it to build the source version.</flag>
- <flag name="ghcbootstrap">Bootstrap from an existing GHC installation.</flag>
- <flag name="ghcmakebinary">Build with less runtime depends (bundle libffi for building bootstrap binaries).</flag>
+ <flag name="ghcbootstrap">Internal: Bootstrap GHC from an existing GHC installation.</flag>
+ <flag name="ghcmakebinary">Internal: Build binary friendly for redistribution.</flag>
</use>
</pkgmetadata>