* [PATCH] perl: XSLoader requires DynaLoader.
@ 2023-01-19 16:04 Stefan Schantl
2023-01-19 16:36 ` Bernhard Bitsch
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-01-19 16:04 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 505 bytes --]
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
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] perl: XSLoader requires DynaLoader.
2023-01-19 16:04 [PATCH] perl: XSLoader requires DynaLoader Stefan Schantl
@ 2023-01-19 16:36 ` Bernhard Bitsch
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Bitsch @ 2023-01-19 16:36 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-19 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 16:04 [PATCH] perl: XSLoader requires DynaLoader Stefan Schantl
2023-01-19 16:36 ` Bernhard Bitsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox