From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 02/62] minicom: Update to 2.7.1 Date: Sun, 16 Aug 2020 10:28:53 +0000 Message-ID: <20200816102953.3881-2-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3545491811196332422==" List-Id: --===============3545491811196332422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes build with GCC 10 Signed-off-by: Michael Tremer --- lfs/minicom | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lfs/minicom b/lfs/minicom index 5a233325a..154c31984 100644 --- a/lfs/minicom +++ b/lfs/minicom @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4 +VER =3D 2.7.1 =20 THISAPP =3D minicom-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,10 +32,12 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D minicom -PAK_VER =3D 0 +PAK_VER =3D 1 =20 DEPS =3D =20 +CFLAGS +=3D -fcommon + ############################################################################= ### # Top-level Rules ############################################################################= ### @@ -44,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 700976a3c2dcc8bbd50ab9bb1c08837b +$(DL_FILE)_MD5 =3D 9021cb8c5445f6e6e74b2acc39962d62 =20 install : $(TARGET) =20 --=20 2.20.1 --===============3545491811196332422==--