From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b3g4C6Fsqz30Jq for ; Fri, 23 May 2025 09:35:07 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b3g4C5zY3z30Hh for ; Fri, 23 May 2025 09:35:07 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (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 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b3g4B6FQgz1rJ for ; Fri, 23 May 2025 09:35:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747992906; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rIQwqpCb/V9BM8pbNxyWnqH79BInmeQ3FodFulrw59Y=; b=uMWxo87J6y6VRkW16I7m1toH2c6I3D0TefRkIE0koa27R+YnCM7c3FPTF60eU8fveOU4Ww hc9cXz3cKisJAZBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747992906; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rIQwqpCb/V9BM8pbNxyWnqH79BInmeQ3FodFulrw59Y=; b=LDHVRhB/LVsxvmOZCX2s1vXsFdICPZItRGgTWV9BT/oTGlcPZS4z7ToJ9HEDPTmfGoTiTF ZSUbOvonbU+Yw8DM7A4mxYrJOAJdFlqzFY4Ga1qE5Ki0blYrpYw7IGYMMXdU3CBiPi1VgG Ew1eEfXJP/CCmE7MvtcNjoThCiiYPpz+RWLZjPrxKmgCpcX4A3fKzLGVuAACofDIH1c3kR 6f2kxW9KXemcpkfFjfPsQfLRRJ+E0zYTukMhRIql2c7cJzskZ83unx3RrgHCMz4IOtV0o9 TV6ydv3ee8gNcflzdsKVj/SdIktchNKre4ZBYWqGB3TiSUD5pRWtnZEIPM6roQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4b3g4B4DRqz2xcq; Fri, 23 May 2025 09:35:06 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e6791a9e4a3210201188daa981d3b2d2c092846e X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: bfbf3566b6a206cac68c1b36764451f73f89049f X-Git-Newrev: e6791a9e4a3210201188daa981d3b2d2c092846e Message-Id: <4b3g4B4DRqz2xcq@people01.haj.ipfire.org> Date: Fri, 23 May 2025 09:35:06 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via e6791a9e4a3210201188daa981d3b2d2c092846e (commit) from bfbf3566b6a206cac68c1b36764451f73f89049f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e6791a9e4a3210201188daa981d3b2d2c092846e Author: Michael Tremer Date: Fri May 23 09:34:45 2025 +0000 ruby: Fix build on aarch64 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/ruby | 2 ++ 1 file changed, 2 insertions(+) Difference in files: diff --git a/lfs/ruby b/lfs/ruby index 6eb5b057d..8c06bac74 100644 --- a/lfs/ruby +++ b/lfs/ruby @@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) # https://mirror.cyberbits.eu/ruby/ +CFLAGS += -DRUBY_FUNCTION_NAME_STRING=__FUNCTION__ + ############################################################################### # Top-level Rules ############################################################################### hooks/post-receive -- IPFire 2.x development tree