Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!439
system/nss: fix baseline ppc* support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
system/nss: fix baseline ppc* support
fix/nss
into
master
Overview
4
Commits
1
Pipelines
0
Changes
1
Merged
Max Rees
requested to merge
fix/nss
into
master
4 years ago
Overview
4
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
db3f223c
1 commit,
4 years ago
1 file
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
system/nss/APKBUILD
+
12
−
1
Options
@@ -3,7 +3,7 @@
pkgname
=
nss
pkgver
=
3.51
_ver
=
$(
printf
'%s'
"
$pkgver
"
|
tr
.
_
)
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Mozilla Network Security Services"
url
=
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
arch
=
"all"
@@ -49,6 +49,17 @@ build() {
case
"
$CARCH
"
in
*
64
*
|
s390x
)
export
USE_64
=
1
;;
esac
# This actually enables -mvsx and -mcrypto too, and those can't
# be turned off separately in this case:
#
# altivec-types.h:20:1: error: use of _long long_ in AltiVec
# types is invalid without _-mvsx_
#
# typedef __vector signed long long vec_s64;
# ^~~~~~~
export
NSS_DISABLE_ALTIVEC
=
1
make
-j
1
-C
nss/coreconf
make
-j
1
-C
nss/lib/dbm
make
-j
1
-C
nss
Loading