2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: fix build with rust 1.47.0

This commit is contained in:
Dylan Araps 2020-10-10 09:02:30 +03:00
parent a14d883d70
commit 74afd902b1
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 34968 additions and 1 deletions

View File

@ -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

View File

@ -2,3 +2,4 @@
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
f203806dd5b52b83f0dae935e88474b6de5d7ce2e3af134d871a5ba4a410d379
fe2efef72a84b88f2de7ab7bc49b2bfcf846c42b317185cb8c26616f3fad42ff

File diff suppressed because it is too large Load Diff

View File

@ -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