Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
5e72f507
Unverified
Commit
5e72f507
authored
Jun 15, 2018
by
boklm
Browse files
Merge remote-tracking branch 'gk/bug_23231'
parents
b9a2dfe6
aa79adde
Changes
3
Show whitespace changes
Inline
Side-by-side
projects/firefox/STL_win64.patch
deleted
100644 → 0
View file @
b9a2dfe6
From 8f8c1a1069d4907d3cedae578975225d8caeecaf Mon Sep 17 00:00:00 2001
From: Nicolas Vigier <boklm@torproject.org>
Date: Sat, 12 Aug 2017 22:00:13 +0200
Subject: [PATCH] Bug 23231: disable STL Wrappers on Windows
Workaround for:
https://bugzilla.mozilla.org/show_bug.cgi?id=1392604
---
old-configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/old-configure.in b/old-configure.in
index f5a2f05..e247551 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -1338,7 +1338,7 @@
MOZ_CXX11
AC_LANG_C
case "${OS_TARGET}" in
-Darwin)
+WINNT|Darwin)
;;
*)
STL_FLAGS="-I${DIST}/stl_wrappers"
projects/firefox/build
View file @
5e72f507
...
...
@@ -132,10 +132,6 @@ fi
export
CC
=
'gcc -m32'
[
%
END
-%
]
[
%
IF
c
(
"var/windows-x86_64"
)
%
]
patch
-
p1
<
$
rootdir
/
STL_win64
.
patch
[
%
END
-%
]
[
%
IF
c
(
"var/windows"
)
%
]
patch
-
p1
<
$
rootdir
/
nsis
-
uninstall
.
patch
[
%
END
-%
]
...
...
projects/firefox/config
View file @
5e72f507
...
...
@@ -104,8 +104,6 @@ input_files:
-
project
:
gcc
name
:
gcc
enable
:
'
[%
c("var/windows")
%]'
-
filename
:
STL_win64.patch
enable
:
'
[%
c("var/windows-x86_64")
%]'
-
filename
:
nsis-uninstall.patch
enable
:
'
[%
c("var/windows")
%]'
-
project
:
rust
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment