Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird68/patches Remove a .orig file that wa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ee0ed4d6891
branches:  trunk
changeset: 438123:3ee0ed4d6891
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Sat Sep 05 02:49:27 2020 +0000

description:
Remove a .orig file that was mistakenly committed.  OK ryoon@

diffstat:

 mail/thunderbird68/patches/patch-config_makefiles_rust.mk.orig |  30 ----------
 1 files changed, 0 insertions(+), 30 deletions(-)

diffs (34 lines):

diff -r 89b2958dedb0 -r 3ee0ed4d6891 mail/thunderbird68/patches/patch-config_makefiles_rust.mk.orig
--- a/mail/thunderbird68/patches/patch-config_makefiles_rust.mk.orig    Sat Sep 05 00:35:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-config_makefiles_rust.mk.orig,v 1.1 2020/09/03 20:22:26 ryoon Exp $
-
-NetBSD<10 doesn't get along with parallel rust builds (it causes issues
-with ld.so) which are the default. Force -j1.
-
-Set -Cembed-bitcode=yes when using LTO to fix build with rust >= 1.45.
-Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1640982
-
---- config/makefiles/rust.mk.orig      2020-07-20 21:02:39.000000000 +0000
-+++ config/makefiles/rust.mk
-@@ -49,11 +49,19 @@ ifndef MOZ_DEBUG_RUST
- # Enable link-time optimization for release builds.
- cargo_rustc_flags += -C lto
- endif
-+# Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
-+# using -Clto.
-+ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 1.44.%,$(RUSTC_VERSION)))
-+RUSTFLAGS += -Cembed-bitcode=yes
-+endif
- endif
- 
- ifdef CARGO_INCREMENTAL
- export CARGO_INCREMENTAL
- endif
-+ifeq ($(OS_ARCH),NetBSD)
-+cargo_build_flags += -j1
-+endif
- 
- rustflags_neon =
- ifeq (neon,$(MOZ_FPU))



Home | Main Index | Thread Index | Old Index