Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mozjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
mozjs
Commits
c5a9ca74
Commit
c5a9ca74
authored
Apr 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
Makefile
Makefile
+17
-0
mozjs-52.2.1gnome1.tar.gz
mozjs-52.2.1gnome1.tar.gz
+0
-0
mozjs.groups
mozjs.groups
+10
-0
No files found.
Makefile
0 → 100644
View file @
c5a9ca74
all
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
4096
chmod
600 swap
mkswap swap
swapon swap
tar
xf
mozjs-52.2.1gnome1.tar.gz
cd
mozjs-52.2.1gnome1/js/src
&&
SHELL
=
/bin/bash ./configure
--prefix
=
/usr
--with-intl-api
--with-system-zlib
--with-system-nspr
--with-system-icu
--enable-threadsafe
--enable-readline
$(MAKE)
-C
mozjs-52.2.1gnome1/js/src
SHELL
=
/bin/bash
-$(MAKE)
-C
mozjs-52.2.1gnome1/js/src
check
strip
--strip-debug
mozjs-52.2.1gnome1/js/src/js/src/libjs_static.a
strip
--strip-debug
mozjs-52.2.1gnome1/js/src/js/src/libmozjs-52.so
$(MAKE)
-C
mozjs-52.2.1gnome1/js/src
install
SHELL
=
/bin/bash
rm
-rf
mozjs-52.2.1gnome1
swapoff
swap
rm
-rf
swap
mozjs-52.2.1gnome1.tar.gz
0 → 100644
View file @
c5a9ca74
File added
mozjs.groups
0 → 100644
View file @
c5a9ca74
headers
/usr/include/.*
bin
/usr/bin/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
bytecode
/.*\.py[oc]
Write
Preview
Markdown
is supported
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