From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libid3tag: Correction - comment out libid3tag.pc file in rootfile Date: Sat, 24 Apr 2021 13:23:24 +0200 Message-ID: <20210424112324.2638-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7673639259064015442==" List-Id: --===============7673639259064015442== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - In previous patch libid3tag.pc file was left uncommented in the rootfile The pkg-config files are only required during the build or for development not for the normal operation of IPFire Signed-off-by: Adolf Belka --- config/rootfiles/packages/libid3tag | 2 +- lfs/libid3tag | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/packages/libid3tag b/config/rootfiles/packages/= libid3tag index 0899f8702..575804c01 100644 --- a/config/rootfiles/packages/libid3tag +++ b/config/rootfiles/packages/libid3tag @@ -4,4 +4,4 @@ #usr/lib/libid3tag.so usr/lib/libid3tag.so.0 usr/lib/libid3tag.so.0.3.0 -usr/lib/pkgconfig/id3tag.pc +#usr/lib/pkgconfig/id3tag.pc diff --git a/lfs/libid3tag b/lfs/libid3tag index 9005ca94c..b0263f267 100644 --- a/lfs/libid3tag +++ b/lfs/libid3tag @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libid3tag -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 --=20 2.31.1 --===============7673639259064015442==--