From 32d98a3796b058e946d5d41ed5637129c312a8e9 Mon Sep 17 00:00:00 2001
From: iigs <2274777+iigs@users.noreply.github.com>
Date: Wed, 27 Mar 2024 22:04:09 +0100
Subject: [PATCH] firefox: update to 124.0

---
 components/library/libgit2/libgit2.p5m |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/components/library/libgit2/libgit2.p5m b/components/library/libgit2/libgit2.p5m
index bdfeba5..15767c4 100644
--- a/components/library/libgit2/libgit2.p5m
+++ b/components/library/libgit2/libgit2.p5m
@@ -122,4 +122,7 @@
 link path=usr/lib/$(MACH64)/libgit2.so target=libgit2.so.1.8
 file path=usr/lib/$(MACH64)/libgit2.so.$(HUMAN_VERSION)
 link path=usr/lib/$(MACH64)/libgit2.so.1.8 target=libgit2.so.$(HUMAN_VERSION)
+# We need to provide the last version, too, because cargo (rustc) is linked against it.
+# Remember to check for backwards compatibility as cargo is needed to rebuild the rustc package.
+link path=usr/lib/$(MACH64)/libgit2.so.1.7 target=libgit2.so.1.8
 file path=usr/lib/$(MACH64)/pkgconfig/libgit2.pc

--
Gitblit v1.9.3