public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] expat: Fix rootfile.
@ 2022-05-13  4:30 Stefan Schantl
  2022-05-13  9:00 ` Peter Müller
  2022-05-13 12:42 ` Adolf Belka
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2022-05-13  4:30 UTC (permalink / raw)
  To: development

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

The libexpat.so.1 file is just a symlink to libexpat.so.1.8.8 which
contains all the functions and symbols required by the binaries, linked
against it. Therefore this file needs to be present on the systems.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/rootfiles/common/expat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
index 3911aa90b..69b3fbfe6 100644
--- a/config/rootfiles/common/expat
+++ b/config/rootfiles/common/expat
@@ -10,7 +10,7 @@
 #usr/lib/libexpat.la
 #usr/lib/libexpat.so
 usr/lib/libexpat.so.1
-#usr/lib/libexpat.so.1.8.8
+usr/lib/libexpat.so.1.8.8
 #usr/lib/pkgconfig/expat.pc
 #usr/share/doc/expat
 #usr/share/doc/expat-2.4.8
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] expat: Fix rootfile.
  2022-05-13  4:30 [PATCH] expat: Fix rootfile Stefan Schantl
@ 2022-05-13  9:00 ` Peter Müller
  2022-05-13 12:42 ` Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Müller @ 2022-05-13  9:00 UTC (permalink / raw)
  To: development

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

Good catch, thank you.

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>


> The libexpat.so.1 file is just a symlink to libexpat.so.1.8.8 which
> contains all the functions and symbols required by the binaries, linked
> against it. Therefore this file needs to be present on the systems.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>   config/rootfiles/common/expat | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
> index 3911aa90b..69b3fbfe6 100644
> --- a/config/rootfiles/common/expat
> +++ b/config/rootfiles/common/expat
> @@ -10,7 +10,7 @@
>   #usr/lib/libexpat.la
>   #usr/lib/libexpat.so
>   usr/lib/libexpat.so.1
> -#usr/lib/libexpat.so.1.8.8
> +usr/lib/libexpat.so.1.8.8
>   #usr/lib/pkgconfig/expat.pc
>   #usr/share/doc/expat
>   #usr/share/doc/expat-2.4.8

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] expat: Fix rootfile.
  2022-05-13  4:30 [PATCH] expat: Fix rootfile Stefan Schantl
  2022-05-13  9:00 ` Peter Müller
@ 2022-05-13 12:42 ` Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2022-05-13 12:42 UTC (permalink / raw)
  To: development

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

Whoops. Thanks for finding this Stefan.

Reviewed-by Adolf Belka <adolf.belka(a)ipfire.org>

On 13/05/2022 06:30, Stefan Schantl wrote:
> The libexpat.so.1 file is just a symlink to libexpat.so.1.8.8 which
> contains all the functions and symbols required by the binaries, linked
> against it. Therefore this file needs to be present on the systems.
>
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>   config/rootfiles/common/expat | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
> index 3911aa90b..69b3fbfe6 100644
> --- a/config/rootfiles/common/expat
> +++ b/config/rootfiles/common/expat
> @@ -10,7 +10,7 @@
>   #usr/lib/libexpat.la
>   #usr/lib/libexpat.so
>   usr/lib/libexpat.so.1
> -#usr/lib/libexpat.so.1.8.8
> +usr/lib/libexpat.so.1.8.8
>   #usr/lib/pkgconfig/expat.pc
>   #usr/share/doc/expat
>   #usr/share/doc/expat-2.4.8

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-13 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  4:30 [PATCH] expat: Fix rootfile Stefan Schantl
2022-05-13  9:00 ` Peter Müller
2022-05-13 12:42 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox