summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-27 01:21:32 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-27 01:21:32 +0100
commitb483d243de3738438cccf711f38034c6df30825b (patch)
treeaebb6e2366e38f41e784d3ca21cc53cd5a712cec
parentv86.0-1 (diff)
downloadlibrewolf-debian-b483d243de3738438cccf711f38034c6df30825b.tar.gz
librewolf-debian-b483d243de3738438cccf711f38034c6df30825b.tar.bz2
librewolf-debian-b483d243de3738438cccf711f38034c6df30825b.zip
remove reference to obsolete patch
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh
index f667d86..fc69f86 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -172,7 +172,6 @@ librewolf/sandbox-update-arm-syscall-numbers.patch -p1
librewolf/remove_addons.patch -p1
librewolf/megabar.patch -p1
librewolf/reduce-rust-debuginfo.patch -p1
-librewolf/rust_build_fix.patch -p1
EOF
# observe that build-with-libstdc++-7 is disabled for this dpkg. Debian builds Firefox with gcc, not clang.
# fix some fuzz in remove_addons.patch. The space is important!
bgstack15