From patchwork Wed Apr 21 21:26:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4198 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 4FQYXP5PJTz44R5 for ; Wed, 21 Apr 2021 21:26:45 +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 4FQYXP36FHz1QR; Wed, 21 Apr 2021 21:26:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FQYXP2Cmpz2y0s; Wed, 21 Apr 2021 21:26:45 +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 4FQYXM59kKz2xTN for ; Wed, 21 Apr 2021 21:26:43 +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 4FQYXM0BCfzZN; Wed, 21 Apr 2021 21:26:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619040403; 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=YRu2CdXxCLKL1wMmX/PdpqVZpEdXqEqWugbLCDEz54Y=; b=nzFffzjuQWwR0uDc0TJmfjADwMSwblGz5TU5F7hlaYbBzr+K60jau+DNAy0OobcQThQ10r hkcUZNXf/FjMgxDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619040403; 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=YRu2CdXxCLKL1wMmX/PdpqVZpEdXqEqWugbLCDEz54Y=; b=sgg/Blq2cPr/pq32swBzvmWW0Wp8WmczHf16dYV3TwbdjgY+KxrWVH+pO9fIn0K2u4ijKf BeLU5NLo8agSubIm7aYE2og79dpYOlKQfDghBVRjflrJcRTkpCFPwc/hSqSAU1OmjVoGJk PPgqJ9YoBZegBrCNpwvXFmjyin5l6SXjNBzIfIymdvwAkhzftFFn4wJ57qibFLr8DdM/SP ieajkG80k9O/UeDRBRTcHBu642BK2Bi0b/rSjvab07IDZNqYGDXZmF+6jHe8aSzVBVDq8f qkt1JQwugmZwgaUXygOPqlOEn4bNaV2V+X1AJerUYw8NUVGwqMnS9OyJL9fYuw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/4] strace: add --enable-mpers=check to configure to fix problem from binutils-2.36.1 Date: Wed, 21 Apr 2021 23:26:26 +0200 Message-Id: <20210421212626.2729436-4-adolf.belka@ipfire.org> In-Reply-To: <20210421212626.2729436-1-adolf.belka@ipfire.org> References: <20210421212626.2729436-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" - Default is --enable-mpers=yes but updated binutils means m32 can not be used. Change to --enable-mpers=check will not stop if m32 is not usable - Thanks to Michael Tremer for guidance on this change Signed-off-by: Adolf Belka --- lfs/strace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/strace b/lfs/strace index cfce835ec..96430ad80 100644 --- a/lfs/strace +++ b/lfs/strace @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = strace -PAK_VER = 5 +PAK_VER = 6 DEPS = elfutils @@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --enable-mpers=check cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)