From patchwork Fri May 13 04:30:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5613 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Kzwgy1vV2z3x1v for ; Fri, 13 May 2022 04:31:10 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Kzwgt1ZBMz45R; Fri, 13 May 2022 04:31:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kzwgs6czxz2yqL; Fri, 13 May 2022 04:31:05 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kzwgs14MRz2xQw for ; Fri, 13 May 2022 04:31:05 +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 4Kzwgr2FZRznj; Fri, 13 May 2022 04:31:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652416264; 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=oB4j/eBd5Pvk9B/Dq7A5RW+LFcSqBCu4xOG6yqY9tIU=; b=qsGPqywhxxZnJwrT5PXUCtVrImTGYWx1SxQQ/FOv65VgGNhGQWSlpMQWj5icm03fdqRpwb fveKoJ/ZBUCPTSBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652416264; 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=oB4j/eBd5Pvk9B/Dq7A5RW+LFcSqBCu4xOG6yqY9tIU=; b=BDdsN+kgfRq3/LCiV1oon5tdF1LgkQiWsB4xZSKgpJnZOyz3KxDu5I/2LVINvDFuKLPYQg ejYzTHDd7ZorJNKEYsfFjOhOP/t2LFhy1dNBNIyW0cpMLoSeq+keQiDTjdvYborZW5GuLD ovwWx1x+gdYSgtZmBOwVgHgQKx1eGFAfIiv2yZ5mo/djo61AVMJ2a5nQvl+XFnVv/Jwmbx +6Uc2L2U4oc9ZqF907cqqdagMe/IyugfI7g+Xbcns3Vfkn8fgaxzNADG6buJTTqZpHnb/+ QqWdw9YVoqUQLM0JcYNRgkLKXKFwR/4/U3EeepL6en9qnDid079tNCgNYRwpVg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] expat: Fix rootfile. Date: Fri, 13 May 2022 06:30:57 +0200 Message-Id: <20220513043057.2041-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" 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 Reviewed-by: Peter Müller --- 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