Skip to content

Commit 7e7f38e

Browse files
author
Arnon Yaari
committed
update to readline 6.3
1 parent c348741 commit 7e7f38e

5 files changed

Lines changed: 5 additions & 11 deletions

File tree

buildout-build-redhat-64bit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ patches = ${:patches-dir}/${:name}-${:version}-unix-Makefile.patch
4949

5050
[gettext]
5151
configure-options = ${options:configure-options} --without-git --without-cvs --libdir=${options:prefix}/lib64
52+
53+
[readline]
54+
configure-options = --prefix=${options:prefix} --libdir=${options:prefix}/lib64

buildout-build-suse-ppc64.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ configure-options = linux-ppc64 --prefix=${:prefix} --shared --libdir=lib64
77

88
[libgcrypt]
99
configure-options = ${options:configure-options} --with-gpg-error-prefix=${:prefix} --enable-static --libdir=${options:prefix}/lib64
10-
11-
[readline]
12-
configure-options = --prefix=${options:prefix} --libdir=${options:prefix}/lib64

buildout-build-suse-ppc64le.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ extends = buildout-build-suse-ppc64.cfg buildout-build-redhat-ppc64le.cfg
44
[openssl]
55
# we extend from redhat-ppc64le where --openssldir is set - we don't need that here
66
configure-options = linux-ppc64le --prefix=${:prefix} --shared --libdir=lib64
7-
8-
[readline]
9-
# openssl will fail with "version READLINE_6.3 not defined in file libreadline.so.6"
10-
# if we're not using 6.3 (default in buildout-build.cfg is 6.2)
11-
version = 6.3
12-
configure-options = ppc64le-linux-gnu --prefix=${options:prefix} --libdir=${options:prefix}/lib64

buildout-build.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ configure-options = ${options:configure-options} --with-gpg-error-prefix=${:pref
6464
<= options-no-rpath
6565
gnu
6666
recipe = hexagonit.recipe.cmmi
67-
version = 6.2
67+
version = 6.3
6868
environment-section = readline-environment
6969

7070
[readline-environment]

sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ openssh-5.8p1.tar.gz http://ftp.openbsd.org/pub/OpenBSD/OpenS
3232
openssl-1.0.1j.tar.gz https://www.openssl.org/source/openssl-1.0.1j.tar.gz
3333
openssl-1.0.2h.tar.gz https://www.openssl.org/source/openssl-1.0.2h.tar.gz
3434
Python-2.7.8.tgz https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz
35-
readline-6.2.tar.gz https://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz
35+
readline-6.3.tar.gz https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz
3636
sqlite-autoconf-3070602.tar.gz ftp://ftp.funet.fi/ftp/pub/NetBSD/packages/distfiles/sqlite-autoconf-3070602.tar.gz
3737
tcl8.5.15-src.tar.gz http://prdownloads.sourceforge.net/tcl/tcl8.5.15-src.tar.gz
3838
tk8.5.15-src.tar.gz http://prdownloads.sourceforge.net/tcl/tk8.5.15-src.tar.gz

0 commit comments

Comments
 (0)