expat: Fix rootfile.

Message ID 20220513043057.2041-1-stefan.schantl@ipfire.org
State Accepted
Commit 60790fd6e08b8aa5ccd0fd710dc0ff1b4202bdca
Headers
Series expat: Fix rootfile. |

Commit Message

Stefan Schantl May 13, 2022, 4:30 a.m. UTC
  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@ipfire.org>
---
 config/rootfiles/common/expat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Peter Müller May 13, 2022, 9 a.m. UTC | #1
Good catch, thank you.

Reviewed-by: Peter Müller <peter.mueller@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@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
  
Adolf Belka May 13, 2022, 12:42 p.m. UTC | #2
Whoops. Thanks for finding this Stefan.

Reviewed-by Adolf Belka <adolf.belka@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@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
  

Patch

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