From: Adolf Belka <adolf.belka@ipfire.org>
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 [thread overview]
Message-ID: <20230208200417.3402148-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230208200417.3402148-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1351 bytes --]
- elinks lfs file modified to remove $(MAKETUNING) option
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
# #
# 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
mkdir -p /usr/local/etc/elinks
--
2.39.1
prev parent reply other threads:[~2023-02-08 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 20:04 [PATCH 1/2] make: Update to version 4.4 Adolf Belka
2023-02-08 20:04 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230208200417.3402148-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox