From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] readline: add forgotten patches 1-3 Date: Tue, 06 Jun 2017 10:41:39 +0200 Message-ID: <20170606084139.23692-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8328834701106704564==" List-Id: --===============8328834701106704564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/readline | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lfs/readline b/lfs/readline index 5f88228..dcacb6d 100644 --- a/lfs/readline +++ b/lfs/readline @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2016 IPFire Team = # +# Copyright (C) 2017 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -31,8 +31,6 @@ DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D readline -PAK_VER =3D 1 =20 ############################################################################= ### # Top-level Rules @@ -76,9 +74,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) =20 - #for i in $$(seq 1 6); do \ - # cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/readline/readline63-= $$(printf "%03d" "$${i}") || exit 1; \ - #done + for i in $$(seq 1 3); do \ + cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/readline/readline70-$= $(printf "%03d" "$${i}") || exit 1; \ + done =20 # prevent in some cases to trigger a linking bug in ldconfig cd $(DIR_APP) &&sed -i '/MV.*old/d' Makefile.in --=20 2.9.3 --===============8328834701106704564==--