public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Bernhard Bitsch <bbitsch@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] perl: XSLoader requires DynaLoader.
Date: Thu, 19 Jan 2023 17:36:46 +0100	[thread overview]
Message-ID: <e686b210-9600-31b8-6d7c-c7e39360ac1a@ipfire.org> (raw)
In-Reply-To: <20230119160419.56487-1-stefan.schantl@ipfire.org>

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

Acked-by: Bernhard Bitsch <bbitsch(a)ipfire.org>

Am 19.01.2023 um 17:04 schrieb Stefan Schantl:
> The XSLoader module from the main package requires the DynaLoader
> to work properly.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>   perl/perl.nm | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/perl/perl.nm b/perl/perl.nm
> index e61d80a78..5233b652a 100644
> --- a/perl/perl.nm
> +++ b/perl/perl.nm
> @@ -152,6 +152,9 @@ packages
>   	package perl
>   		requires
>   			perl-libs = %{version}-%{_release}
> +
> +			# XSLoader requires DynaLoader
> +			perl(DynaLoader)
>   		end
>   
>   		conflicts

      reply	other threads:[~2023-01-19 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19 16:04 Stefan Schantl
2023-01-19 16:36 ` Bernhard Bitsch [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=e686b210-9600-31b8-6d7c-c7e39360ac1a@ipfire.org \
    --to=bbitsch@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