]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
mpc: Add $(MAKETUNING) variable to ninja build
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 2 Sep 2021 14:13:11 +0000 (16:13 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 10 Sep 2021 16:57:06 +0000 (16:57 +0000)
- $(MAKETUNING) variable added to ninja build

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/mpc

diff --git a/lfs/mpc b/lfs/mpc
index 2060685ccead4053a3d0ae37672cb1a74013b7f0..47b0694011e50db8a78e3b1e619a96fa590a1acf 100644 (file)
--- 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)