Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 11:43:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 242521] security/nss: fix build on powerpc* : [Attachment 209861] patch
Message-ID:  <bug-242521-21738-FiwwyWgH9S@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242521-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242521-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Piotr Kubaj <pkubaj@FreeBSD.org> has asked freebsd-gecko mailing list
<gecko@FreeBSD.org> for maintainer-approval:
Bug 242521: security/nss: fix build on powerpc*
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242521

Attachment 209861: patch
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209861&action=3Dedit



--- Comment #4 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
Created attachment 209861
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209861&action=
=3Dedit
patch

Is that ok?

New compiler is needed due to usage of -mcrypto and -mvsx. -mcrypto is adde=
d in
nss's code and -mvsx is added by me because nss won't build otherwise:
altivec-types.h:19:1: error: use of 'long long' in AltiVec types is invalid
without '-mvsx'

I also removed i386 section since it has C++14 capable compiler on all vers=
ions
already.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242521-21738-FiwwyWgH9S>