Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nspr
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
nspr
Commits
f21860bf
Commit
f21860bf
authored
Sep 24, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nspr to 4.19
parent
1e8a652a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
nspr-4.19.tar.gz
nspr-4.19.tar.gz
+0
-0
nspr-4.21.tar.gz
nspr-4.21.tar.gz
+0
-0
No files found.
Makefile
View file @
f21860bf
all
:
tar
xf nspr-4.
19
.tar.gz
cd
nspr-4.
19
/nspr
&&
sed
-ri
's#^(RELEASE_BINS =).*#\1#'
pr
/src/misc/Makefile.in
cd
nspr-4.
19
/nspr
&&
sed
-i
's#$
$(LIBRARY)
##'
config/rules.mk
cd
nspr-4.
19
/nspr
&&
./configure
--prefix
=
/usr
--with-mozilla
--with-pthreads
$$
([
$$
(
uname
-m
)
=
x86_64
]
&&
echo
--enable-64bit
)
$(MAKE)
-C
nspr-4.
19
/nspr
$(MAKE)
-C
nspr-4.
19
/nspr
install
rm
-rf
nspr-4.
19
tar
xf nspr-4.
21
.tar.gz
cd
nspr-4.
21
/nspr
&&
sed
-ri
's#^(RELEASE_BINS =).*#\1#'
pr
/src/misc/Makefile.in
cd
nspr-4.
21
/nspr
&&
sed
-i
's#$
$(LIBRARY)
##'
config/rules.mk
cd
nspr-4.
21
/nspr
&&
./configure
--prefix
=
/usr
--with-mozilla
--with-pthreads
$$
([
$$
(
uname
-m
)
=
x86_64
]
&&
echo
--enable-64bit
)
$(MAKE)
-C
nspr-4.
21
/nspr
$(MAKE)
-C
nspr-4.
21
/nspr
install
rm
-rf
nspr-4.
21
nspr-4.19.tar.gz
deleted
100644 → 0
View file @
1e8a652a
File deleted
nspr-4.21.tar.gz
0 → 100644
View file @
f21860bf
File added
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