From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/6] mpc: Add $(MAKETUNING) variable to ninja build
Date: Thu, 02 Sep 2021 16:13:11 +0200 [thread overview]
Message-ID: <20210902141313.2737982-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
- $(MAKETUNING) variable added to ninja build
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/mpc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/mpc b/lfs/mpc
index 2060685cc..47b069401 100644
--- a/lfs/mpc
+++ b/lfs/mpc
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpc
-PAK_VER = 7
+PAK_VER = 8
DEPS = mpd libmpdclient
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && meson --prefix=/usr builddir/
- cd $(DIR_APP) && ninja -C builddir/
+ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
cd $(DIR_APP) && ninja -C builddir/ install
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.33.0
next prev parent reply other threads:[~2021-09-02 14:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-02 14:13 [PATCH 1/6] glib: " Adolf Belka
2021-09-02 14:13 ` [PATCH 2/6] libinih: " Adolf Belka
2021-09-02 14:13 ` [PATCH 3/6] libmpdclient: " Adolf Belka
2021-09-02 14:13 ` Adolf Belka [this message]
2021-09-02 14:13 ` [PATCH 5/6] mpd: " Adolf Belka
2021-09-02 14:13 ` [PATCH 6/6] sshfs: " Adolf Belka
2021-09-06 10:16 ` [PATCH 1/6] glib: " Michael Tremer
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=20210902141313.2737982-4-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