From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] elinks: Removal of $(MAKETUNING) option as not working with make-4.4 Date: Wed, 08 Feb 2023 21:04:17 +0100 Message-ID: <20230208200417.3402148-2-adolf.belka@ipfire.org> In-Reply-To: <20230208200417.3402148-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4216441562607874411==" List-Id: --===============4216441562607874411== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - elinks lfs file modified to remove $(MAKETUNING) option Signed-off-by: Adolf Belka --- lfs/elinks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/elinks b/lfs/elinks index d2867c1c6..bf8f66f56 100644 --- a/lfs/elinks +++ b/lfs/elinks @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2023 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 = # @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make $(EXTRA_MAKE) cd $(DIR_APP) && make install =20 mkdir -p /usr/local/etc/elinks --=20 2.39.1 --===============4216441562607874411==--