From patchwork Thu Sep 2 14:13:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4663 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4H0jZz2JwPz3wy6 for ; Thu, 2 Sep 2021 14:13:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4H0jZy6NSdz6ZS; Thu, 2 Sep 2021 14:13:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H0jZy5mhSz2yXv; Thu, 2 Sep 2021 14:13:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4H0jZy0Wwqz2xZM for ; Thu, 2 Sep 2021 14:13:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4H0jZx5MlHzBF; Thu, 2 Sep 2021 14:13:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630592025; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=36ofNuC3kdS1t5tSvs+CUnWHUpizCWEaZtonTzPdt7k=; b=5CTann6nYva7Ln6aJNFJjV85EPKxWEtV3yi4gfeKYhura1FdcpbAHTPHulNHOxQJzhJQun 3W+rW3Wwb+LS9JAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630592025; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=36ofNuC3kdS1t5tSvs+CUnWHUpizCWEaZtonTzPdt7k=; b=YD0BESzaiRET2kvI/WA01RE7wETJtIclxBFimu3RsKKxfbPwFNvwz6wNiSShBoegEcyrl/ z0HMWCDM5iUpMoG3M01vpyq+lWdqNVHm5b0BDKNf0wXL0rSJeC7euEz/AwSqE86kSBScDO 2r6z+CkIiJ1O2XzNWW5zb029SPpWLd4brMACVuV50whnZTq0IE7ELln1dAO5G++OHODqVO 5Ic2OA98MDD1wovtSoTIa0pTOoDiBgBlXtCEAPale9Cx3wy3s0CwYg8TysoSPqLDWxSdxb 0ZUHUZiBNmZ0xtgCX5K8Nu9Aw/RGjCYbkfkXZceWM6c0B3ckjhvaYSJS7rK4Zw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/6] libmpdclient: Add $(MAKETUNING) variable to ninja build Date: Thu, 2 Sep 2021 16:13:10 +0200 Message-Id: <20210902141313.2737982-3-adolf.belka@ipfire.org> In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org> References: <20210902141313.2737982-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - $(MAKETUNING) variable added to ninja build Signed-off-by: Adolf Belka --- lfs/libmpdclient | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libmpdclient b/lfs/libmpdclient index 24f516d01..ee18a37a6 100644 --- a/lfs/libmpdclient +++ b/lfs/libmpdclient @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmpdclient -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) 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)