mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-19 21:20:07 -07:00
firefox: patch for rust
This commit is contained in:
parent
27c115c4c5
commit
6bd50a1178
@ -1,7 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
for p in *.patch; do
|
||||
patch -p1 < "$p"
|
||||
# busybox patch sucks
|
||||
git apply "$p"
|
||||
done
|
||||
|
||||
sed '/UNZIP/d' toolkit/moz.configure > _
|
||||
|
@ -1,4 +1,5 @@
|
||||
3a4213f52f4b761672e2d77815393ff0d5b757ba994ebbfe55567589d8ea2e08d2
|
||||
6484da1d65744d0867ba3fb5e008bd32a1c17d9234a05225206f334f6f46909526
|
||||
3e4e722acd2ab2e38a16ec23b29296318d77cc54f034d4b21d91bde085e26bc0a3
|
||||
49e95cf848c09df618587bb8286bed3ed9531e24554b9ef275f070201078dba7f5
|
||||
1d235adaadc4c41092128986f7f4b239d00dc4a0f4377f7aa73d11e097ce8d4117
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,5 @@
|
||||
https://ftp.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz
|
||||
patches/0001-Bug-1882209-Update-encoding_rs-to-0.8.34-to-deal-wit.patch
|
||||
patches/fix-target-detection.patch
|
||||
patches/fix-vaapi.patch
|
||||
patches/musl-sandbox.patch
|
||||
|
Loading…
Reference in New Issue
Block a user