From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] perl: XSLoader requires DynaLoader. Date: Thu, 19 Jan 2023 17:36:46 +0100 Message-ID: In-Reply-To: <20230119160419.56487-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6664019563948788713==" List-Id: --===============6664019563948788713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Acked-by: Bernhard Bitsch 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 > --- > 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 --===============6664019563948788713==--