mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -07:00
firefox: fix build with rust 1.47.0
This commit is contained in:
parent
a14d883d70
commit
74afd902b1
@ -1,6 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < no-gtk2.patch
|
||||
for patch in *.patch; do
|
||||
patch -p1 < "$patch"
|
||||
done
|
||||
|
||||
# Remove libc header which conflicts with 7 or so Linux
|
||||
# kernel headers. See: https://github.com/kisslinux/repo/issues/207
|
||||
|
@ -2,3 +2,4 @@
|
||||
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
||||
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
|
||||
f203806dd5b52b83f0dae935e88474b6de5d7ce2e3af134d871a5ba4a410d379
|
||||
fe2efef72a84b88f2de7ab7bc49b2bfcf846c42b317185cb8c26616f3fad42ff
|
||||
|
34963
extra/firefox/patches/rust-1.47.0.patch
Normal file
34963
extra/firefox/patches/rust-1.47.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,3 +2,4 @@ https://ftp.mozilla.org/pub/firefox/releases/81.0.1/source/firefox-81.0.1.source
|
||||
https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz autoconf2.13/
|
||||
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz yasm/
|
||||
patches/no-gtk2.patch
|
||||
patches/rust-1.47.0.patch
|
||||
|
Loading…
Reference in New Issue
Block a user