From patchwork Fri May 13 21:20:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5617 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4L0M505lsrz3x1v for ; Fri, 13 May 2022 21:20:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4L0M4z4dqrz2RV; Fri, 13 May 2022 21:20:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4L0M4z3zBCz2ydg; Fri, 13 May 2022 21:20:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4L0M4y3NG5z2xQw for ; Fri, 13 May 2022 21:20:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4L0M4x6DGyzlH; Fri, 13 May 2022 21:20:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652476850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ot1MIOzNdrph7liMdyf9YbCl27txrQK+X5MLSAFhu+Q=; b=4L6JWVvLnLW7YZwHvjzSYwEXmoaz0Z9tcYJ/ec8pHhaafT+nwpPHdFFcTwBaEa4I/7l4Jd msSF8XOa/hx23WAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652476850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ot1MIOzNdrph7liMdyf9YbCl27txrQK+X5MLSAFhu+Q=; b=qm1DdD6n0wYDFCTQta6vRqwFvMUzVdaxmMBZ+MZkraU7ikZxfNHS5KMFi3jlvzGrqzbXcH NbRFh97L+dz+zIBvWvnMWBN0Pe0GCmcnQSQrTdWD1Eh+p3VFUikZp14+tYc/yTFIC2FHFW AiLa9Pw52HmzPZMUS/py+QLmeZk0lwQ+VyPP0nC+0wi9jBFDxQTPijgNQiQW1HGEyfwSJ/ lrphvuSgg3M8dd0IQnt4A/yK9cW2Y0nmxFeg97O5Lf8gsQJlZNrCa1lrU9kcvW7k7+NYDc tmnzp1vIAKcI1VygFKtZrX/XA70H71HFZlHLZS43adKJ7Hq2CRAYP+khIQllsw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libinih: Fix rootfile. Date: Fri, 13 May 2022 23:20:44 +0200 Message-Id: <20220513212044.10655-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Some tools of the xfsprogs are linked against libinih and therefore we need to ship those libs. Signed-off-by: Stefan Schantl Reviewed-by: Adolf Belka --- config/rootfiles/common/libinih | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/libinih b/config/rootfiles/common/libinih index c8a467edc..af22932dc 100644 --- a/config/rootfiles/common/libinih +++ b/config/rootfiles/common/libinih @@ -1,8 +1,8 @@ #usr/include/INIReader.h #usr/include/ini.h #usr/lib/libINIReader.so -#usr/lib/libINIReader.so.0 +usr/lib/libINIReader.so.0 #usr/lib/libinih.so -#usr/lib/libinih.so.0 +usr/lib/libinih.so.0 #usr/lib/pkgconfig/INIReader.pc #usr/lib/pkgconfig/inih.pc