public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
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	[thread overview]
Message-ID: <20210421212626.2729436-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20210421212626.2729436-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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)
-- 
2.31.1


  parent reply	other threads:[~2021-04-21 21:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 21:26 [PATCH 1/4] binutils: Update to 2.36.1 Adolf Belka
2021-04-21 21:26 ` [PATCH 2/4] hyperscan: Patch required to build with updated binutils-2.36.1 Adolf Belka
2021-04-21 21:26 ` [PATCH 3/4] qemu: " Adolf Belka
2021-04-21 21:26 ` Adolf Belka [this message]
2021-05-17  8:32 ` [PATCH 1/4] binutils: Update to 2.36.1 Adolf Belka
2021-05-17 19:34   ` Peter Müller
2021-05-17 20:29     ` Adolf Belka
2021-05-17 20:44     ` 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=20210421212626.2729436-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