From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] expat: Fix rootfile. Date: Fri, 13 May 2022 09:00:43 +0000 Message-ID: <8424aa14-cf9b-5503-2ae9-ace1b1a1e87a@ipfire.org> In-Reply-To: <20220513043057.2041-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8398434273418028271==" List-Id: --===============8398434273418028271== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Good catch, thank you. Reviewed-by: Peter Müller > 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 > --- > 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 --===============8398434273418028271==--