diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-19 00:04:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-19 00:04:26 +0000 |
commit | 6c0eec58b554bd6c0964707a3b464f45468edc69 (patch) | |
tree | 17ab77db7ef3c7babb3c167ef712ca8bd97cbdcd /Build | |
parent | bdcf20b378a4042c8ee2e4a5e9fb9aee2542642c (diff) |
(clisp): use libffcall-1.13, needed on aarch64 per jhielscher.
git-svn-id: svn://tug.org/texlive/trunk@46092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 99b0b3e5f50..6f772f45182 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -80,9 +80,9 @@ ln -s lib $clisp_toolsdir/lib64 # if you can't build libsigsegv, pass --ignore-absence-of-libsigsegv # when running configure for clisp. -ffcall_ver=libffcall-1.13-20170225 +ffcall_ver=libffcall-1.13 cd $clisp_basedir -$wget http://www.haible.de/bruno/gnu/$ffcall_ver.tar.gz +$wget https://ftp.gnu.org/gnu/libsigsegv/$ffcall_ver.tar.gz gzip -dc $ffcall_ver.tar.gz | tar xf - cd $ffcall_ver ./configure -C --prefix=$clisp_toolsdir --disable-shared --enable-static \ |