From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cQXXL20ywz32pC for ; Mon, 15 Sep 2025 17:46:42 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cQXXG64SKz32dW for ; Mon, 15 Sep 2025 17:46:38 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cQXXG4DyYz2Ln; Mon, 15 Sep 2025 17:46:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757958398; 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: in-reply-to:in-reply-to:references:references; bh=xWI4DDsSyQLKmxH6Wuun/YQDEmXUO46nE8jryMBblN0=; b=Krbo6iBN4rYzu2B7yvExA4+AXw/stfc+j9U6L7eCUElDGa0+QL2JysLv3t+CgoGh4TEy8P 1/oQs/my0GxfgQBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757958398; 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: in-reply-to:in-reply-to:references:references; bh=xWI4DDsSyQLKmxH6Wuun/YQDEmXUO46nE8jryMBblN0=; b=WJ+UfBB2395+EyQNAHXN42SG83gDSnrij+FeC4ZSIlFFuF3fWxRSHFsL9GoSoZElXe9fNM qpWuxeffg3DYTNYigkK8gL7rLVowwlhVngD+EsH65xOBcr9NzkV1GYPF1iztrZg2WGKlmE Pgyme2c2UmJia26p4aZIqH9rcSXNuzdsyPifXaTAEY10SJ+/judr7DcM6ndnsK6Cr8rJfr fyan/yrAxvGAh0KvR5iKJxNL4gLdD3scKUjy4A8q/aTagIt3dvrd7/0cKkj7TqGIrskK4X xzhL1Hagp879xdxWKQxE3bPXcQSdGyCBzX5QAgkgoqlcLZQHV86tDThuSyk0gw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship libffi Date: Mon, 15 Sep 2025 19:46:18 +0200 Message-ID: <20250915174630.2688676-3-adolf.belka@ipfire.org> In-Reply-To: <20250915174630.2688676-1-adolf.belka@ipfire.org> References: <20250915174630.2688676-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/198/filelists/libffi | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/libffi diff --git a/config/rootfiles/core/198/filelists/libffi b/config/rootfiles/core/198/filelists/libffi new file mode 120000 index 000000000..c391acd0c --- /dev/null +++ b/config/rootfiles/core/198/filelists/libffi @@ -0,0 +1 @@ +../../../common/libffi \ No newline at end of file -- 2.51.0