mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] perl: Add missing dependencies
Date: Wed, 23 Apr 2014 08:53:11 +0200	[thread overview]
Message-ID: <20140423065311.GC3804@pengutronix.de> (raw)
In-Reply-To: <1398172095-12615-1-git-send-email-bernhard@bwalle.de>

On Tue, Apr 22, 2014 at 03:08:15PM +0200, Bernhard Walle wrote:
> A call to 'readelf -d' on the Perl interpreter shows me:
> 
>     0x00000001 (NEEDED)                     Shared library: [libm.so.6]
>     0x00000001 (NEEDED)                     Shared library: [libcrypt.so.1]
>     0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
>     0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
>     0x00000001 (NEEDED)                     Shared library: [libc.so.6]
>     0x00000001 (NEEDED)                     Shared library: [ld-linux.so.3]
> 
> So add the missing glibc/gcc libs as dependency.
> 
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>

Thanks, applied.

Michael

> ---
>  rules/perl.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/rules/perl.in b/rules/perl.in
> index fc462b4..6a226de 100644
> --- a/rules/perl.in
> +++ b/rules/perl.in
> @@ -3,6 +3,10 @@
>  config PERL
>  	tristate
>  	prompt "perl"
> +	select LIBC_DL
> +	select LIBC_M
> +	select LIBC_CRYPT
> +	select GCCLIBS_GCC_S
>  	help
>  	  Larry Wall's Practical Extraction and Report Language
>  	  An interpreted scripting language, known among some as
> -- 
> 1.8.3.2
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2014-04-23  6:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-22 13:08 Bernhard Walle
2014-04-23  6:53 ` Michael Olbrich [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=20140423065311.GC3804@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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