Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
be5f013f
Commit
be5f013f
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/nss: rebuild with new gyp
parent
ed16d4d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/nss/APKBUILD
+3
-1
3 additions, 1 deletion
community/nss/APKBUILD
community/nss/no-werror.patch
+12
-0
12 additions, 0 deletions
community/nss/no-werror.patch
with
15 additions
and
1 deletion
community/nss/APKBUILD
+
3
−
1
View file @
be5f013f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
nss
pkgname
=
nss
pkgver
=
3.89
pkgver
=
3.89
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Mozilla Network Security Services"
pkgdesc
=
"Mozilla Network Security Services"
url
=
"https://developer.mozilla.org/docs/Mozilla/Projects/NSS"
url
=
"https://developer.mozilla.org/docs/Mozilla/Projects/NSS"
arch
=
"all"
arch
=
"all"
...
@@ -22,6 +22,7 @@ makedepends="
...
@@ -22,6 +22,7 @@ makedepends="
subpackages
=
"
$pkgname
-dev
$pkgname
-tools"
subpackages
=
"
$pkgname
-dev
$pkgname
-tools"
source
=
"https://ftp.mozilla.org/pub/security/nss/releases/NSS_
${
pkgver
//./_
}
_RTM/src/nss-
$pkgver
.tar.gz
source
=
"https://ftp.mozilla.org/pub/security/nss/releases/NSS_
${
pkgver
//./_
}
_RTM/src/nss-
$pkgver
.tar.gz
gyp-config.patch
gyp-config.patch
no-werror.patch
nss.pc.in
nss.pc.in
nss-util.pc.in
nss-util.pc.in
nss-softokn.pc.in
nss-softokn.pc.in
...
@@ -153,6 +154,7 @@ tools() {
...
@@ -153,6 +154,7 @@ tools() {
sha512sums
=
"
sha512sums
=
"
1db06d4575f2c16d2a0629007981211e714f99c014c0a6256dd33d0caf8c809ba8d5be204d018f9d1cc99b9fcd055ac1fb99b399486ed43c9cf3f55f2747de82 nss-3.89.tar.gz
1db06d4575f2c16d2a0629007981211e714f99c014c0a6256dd33d0caf8c809ba8d5be204d018f9d1cc99b9fcd055ac1fb99b399486ed43c9cf3f55f2747de82 nss-3.89.tar.gz
fba19cc35986dde6e5994ce67ab29fb4417814e12d6ae82c406600832eb8db79a0fdea4fd5eb6c5e77d565bfebb9e154e190796f67c06097ddae1539084243bb gyp-config.patch
fba19cc35986dde6e5994ce67ab29fb4417814e12d6ae82c406600832eb8db79a0fdea4fd5eb6c5e77d565bfebb9e154e190796f67c06097ddae1539084243bb gyp-config.patch
20046e6adf3d1cfcd8ddf2b92fe3f79678d569c653d26126dde6a967ab6c90a798b9a6bb6351f82d49dbd751d0637c5e46aa98dbe7342c8cd604c7e3dc8ce48a no-werror.patch
75dbd648a461940647ff373389cc73bc8ec609139cd46c91bcce866af02be6bcbb0524eb3dfb721fbd5b0bc68c20081ed6f7debf6b24317f2a7ba823e8d3c531 nss.pc.in
75dbd648a461940647ff373389cc73bc8ec609139cd46c91bcce866af02be6bcbb0524eb3dfb721fbd5b0bc68c20081ed6f7debf6b24317f2a7ba823e8d3c531 nss.pc.in
0f2efa8563b11da68669d281b4459289a56f5a3a906eb60382126f3adcfe47420cdcedc6ab57727a3afeeffa2bbb4c750b43bef8b5f343a75c968411dfa30e09 nss-util.pc.in
0f2efa8563b11da68669d281b4459289a56f5a3a906eb60382126f3adcfe47420cdcedc6ab57727a3afeeffa2bbb4c750b43bef8b5f343a75c968411dfa30e09 nss-util.pc.in
09c69d4cc39ec9deebc88696a80d0f15eb2d8c94d9daa234a2adfec941b63805eb4ce7f2e1943857b938bddcaee1beac246a0ec627b71563d9f846e6119a4a15 nss-softokn.pc.in
09c69d4cc39ec9deebc88696a80d0f15eb2d8c94d9daa234a2adfec941b63805eb4ce7f2e1943857b938bddcaee1beac246a0ec627b71563d9f846e6119a4a15 nss-softokn.pc.in
...
...
This diff is collapsed.
Click to expand it.
community/nss/no-werror.patch
0 → 100644
+
12
−
0
View file @
be5f013f
diff --git a/nss/coreconf/werror.py b/nss/coreconf/werror.py
index 2f622c5..286cd46 100644
--- a/nss/coreconf/werror.py
+++ b/nss/coreconf/werror.py
@@ -38,7 +38,6 @@
def main():
print('-DNSS_NO_GCC48')
return
- print('-Werror')
print('-Wall')
def set_warning(warning, contra=''):
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