Commit 56a24cae authored by Łukasz Nowak's avatar Łukasz Nowak

component/readline: Version up 8.2.13

Drop obsoleted patch, enforce --with-shared-termcap-library
parent 0fcc9a29
......@@ -2,7 +2,6 @@
extends =
../gnu-config/buildout.cfg
../ncurses/buildout.cfg
../patch/buildout.cfg
parts =
readline
......@@ -10,14 +9,12 @@ parts =
[readline]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz
md5sum = e9557dd5b1409f5d7b37ef717c64518e
patches =
${:_profile_base_location_}/configure-ncurses.diff#db8187a92f19e0e9d2fe595ca7a0426f
url = https://ftp.gnu.org/gnu/readline/readline-8.2.13.tar.gz
md5sum = 05080bf3801e6874bb115cd6700b708f
configure-options =
--with-shared-termcap-library
--enable-multibyte
--disable-static
environment =
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
patch-binary = ${patch:location}/bin/patch
--- configure
+++ configure
@@ -6856,6 +6856,7 @@
# *curses*|*termcap*|*termlib*) ;;
# *) SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB" ;;
# esac
+ SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment