Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
boklm
tor-browser-build
Commits
4097d931
Unverified
Commit
4097d931
authored
6 years ago
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 29758: Build firefox debug symbols for linux-i686
This reverts commit
7dc74d16
.
parent
8d4bbf89
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
projects/firefox/build
+2
-2
2 additions, 2 deletions
projects/firefox/build
projects/firefox/mozconfig-linux-i686
+2
-1
2 additions, 1 deletion
projects/firefox/mozconfig-linux-i686
projects/tor-browser/build
+1
-3
1 addition, 3 deletions
projects/tor-browser/build
with
5 additions
and
6 deletions
projects/firefox/build
+
2
−
2
View file @
4097d931
...
...
@@ -259,7 +259,7 @@ cp -p obj-*/dist/host/bin/mbsdiff $MARTOOLS/
cd
$
distdir
[
%
IF
c
(
"
var/linux
-x86_64
"
)
%
]
[
%
IF
c
(
"
var/linux
"
)
%
]
# Strip and generate debuginfo for the firefox binary that we keep, all *.so
# files, the plugin-container, and the updater (see ticket #10126)
for
LIB
in
Browser
/*
.
so
Browser
/
firefox
.
real
Browser
/
plugin
-
container
Browser
/
updater
...
...
@@ -303,7 +303,7 @@ END;
tar_args
=>
'
-czf
'
_
dest_dir
_
'
/
'
_
c
(
'
filename
'
)
_
'
/tor-browser.tar.gz
'
,
})
%
]
[
%
IF
c
(
"
var/linux
-x86_64
"
)
%
]
[
%
IF
c
(
"
var/linux
"
)
%
]
[
%
c
(
'
tar
'
,
{
tar_src
=>
[
'
Debug
'
],
tar_args
=>
'
-cJf
'
_
dest_dir
_
'
/
'
_
c
(
'
filename
'
)
_
'
/tor-browser-debug.tar.xz
'
,
...
...
This diff is collapsed.
Click to expand it.
projects/firefox/mozconfig-linux-i686
+
2
−
1
View file @
4097d931
...
...
@@ -27,9 +27,10 @@ ac_add_options --enable-tor-browser-update
ac_add_options --enable-signmar
ac_add_options --enable-verify-mar
ac_add_options --disable-strip
ac_add_options --disable-install-strip
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-maintenance-service
ac_add_options --disable-crashreporter
ac_add_options --disable-webrtc
...
...
This diff is collapsed.
Click to expand it.
projects/tor-browser/build
+
1
−
3
View file @
4097d931
...
...
@@ -316,10 +316,8 @@ rm -rf $distdir/${PKG_DIR}
SCRIPT_EOF
cp
$
rootdir
/
[
%
c
(
'
input_files_by_name/firefox
'
)
%
]
/
mar
-
tools
-*
.
zip
"
$OUTDIR
"
/
[
%
IF
c
(
"
var/linux-x86_64
"
)
-%
]
cp
$
rootdir
/
[
%
c
(
'
input_files_by_name/firefox
'
)
%
]
/
tor
-
browser
-
debug
.
tar
.
xz
"
$OUTDIR
"
/
tor
-
browser
-
[
%
c
(
"
var/mar_osname
"
)
%
]
-
debug
.
tar
.
xz
[
%
END
-%
]
[
%
IF
c
(
"
var/linux
"
)
-%
]
cp
$
rootdir
/
[
%
c
(
'
input_files_by_name/firefox
'
)
%
]
/
tor
-
browser
-
debug
.
tar
.
xz
"
$OUTDIR
"
/
tor
-
browser
-
[
%
c
(
"
var/mar_osname
"
)
%
]
-
debug
.
tar
.
xz
cp
$
rootdir
/
[
%
c
(
'
input_files_by_name/tor
'
)
%
]
/
tor
-
debug
.
tar
.
xz
"
$OUTDIR
"
/
tor
-
[
%
c
(
"
var/mar_osname
"
)
%
]
-
debug
.
tar
.
xz
[
%
END
-%
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment