public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] make.sh: Update check for static linked qemu files
Date: Mon, 28 Nov 2022 13:29:39 +0000	[thread overview]
Message-ID: <9F76D1ED-D427-4779-853B-D313FE9E1A32@ipfire.org> (raw)
In-Reply-To: <20221128132415.1572624-1-adolf.belka@ipfire.org>

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

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 28 Nov 2022, at 13:24, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - In Arch Linux the file -L command comes up with "static-pie linked" instead of
>   "statically linked"
> - This patch makes the grep look for either one of those strings.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> make.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/make.sh b/make.sh
> index c0d1f1d2c..e214fdf3e 100755
> --- a/make.sh
> +++ b/make.sh
> @@ -910,7 +910,7 @@ qemu_find_build_helper_name() {
> file_is_static() {
> local file="${1}"
> 
> - file -L "${file}" 2>/dev/null | grep -q "statically linked"
> + file -L "${file}" 2>/dev/null | grep -q -e "statically linked" -e "static-pie linked"
> }
> 
> update_language_list() {
> -- 
> 2.38.1
> 


      reply	other threads:[~2022-11-28 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 13:24 Adolf Belka
2022-11-28 13:29 ` Michael Tremer [this message]

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=9F76D1ED-D427-4779-853B-D313FE9E1A32@ipfire.org \
    --to=michael.tremer@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