[commit: ghc] ghc-8.6: distrib/configure: Set RanlibCmd (130b91d)
git at git.haskell.org
git at git.haskell.org
Thu Nov 22 21:54:24 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.6
Link : http://ghc.haskell.org/trac/ghc/changeset/130b91dbdca6ef3a82e2b178e04bda0a694a4ca4/ghc
>---------------------------------------------------------------
commit 130b91dbdca6ef3a82e2b178e04bda0a694a4ca4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Nov 7 21:02:19 2018 -0500
distrib/configure: Set RanlibCmd
This fixes #15875.
>---------------------------------------------------------------
130b91dbdca6ef3a82e2b178e04bda0a694a4ca4
distrib/configure.ac.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index ed1c296..e064a5d 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -187,6 +187,8 @@ dnl ** how to invoke `ar' and `ranlib'
#
FP_PROG_AR_SUPPORTS_ATFILE
FP_PROG_AR_NEEDS_RANLIB
+RanlibCmd="$RANLIB"
+AC_SUBST([RanlibCmd])
dnl ** Have libdw?
dnl --------------------------------------------------------------
More information about the ghc-commits
mailing list