- Add patch to allow building on ppc*
This commit is contained in:
parent
245af989b8
commit
a8fe385dde
16
nss-3.11-zdefs.patch
Normal file
16
nss-3.11-zdefs.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Index: mozilla/security/coreconf/Linux.mk
|
||||||
|
===================================================================
|
||||||
|
RCS file: /cvsroot/mozilla/security/coreconf/Linux.mk,v
|
||||||
|
retrieving revision 1.27
|
||||||
|
diff -u -r1.27 Linux.mk
|
||||||
|
--- mozilla/security/coreconf/Linux.mk 16 Sep 2005 17:09:23 -0000 1.27
|
||||||
|
+++ mozilla/security/coreconf/Linux.mk 15 Dec 2005 21:25:00 -0000
|
||||||
|
@@ -165,7 +165,7 @@
|
||||||
|
ARCH = linux
|
||||||
|
|
||||||
|
DSO_CFLAGS = -fPIC
|
||||||
|
-DSO_LDOPTS = -shared $(ARCHFLAG) -z defs
|
||||||
|
+DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,-z,defs
|
||||||
|
DSO_LDFLAGS =
|
||||||
|
LDFLAGS += $(ARCHFLAG)
|
||||||
|
|
8
nss.spec
8
nss.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.11
|
Version: 3.11
|
||||||
Release: 0
|
Release: 0.cvs.2
|
||||||
License: MPL/GPL/LGPL
|
License: MPL/GPL/LGPL
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,6 +19,8 @@ Source0: %{name}-%{version}.cvs.tar.bz2
|
|||||||
Source1: nss.pc.in
|
Source1: nss.pc.in
|
||||||
Source2: nss-config.in
|
Source2: nss-config.in
|
||||||
|
|
||||||
|
Patch1: nss-3.11-zdefs.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Network Security Services (NSS) is a set of libraries designed to
|
Network Security Services (NSS) is a set of libraries designed to
|
||||||
@ -68,6 +70,7 @@ low level services.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -296,6 +299,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs.2
|
||||||
|
- Add patch to allow building on ppc*
|
||||||
|
|
||||||
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs
|
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs
|
||||||
- Initial import into Fedora Core, based on a CVS snapshot of
|
- Initial import into Fedora Core, based on a CVS snapshot of
|
||||||
the NSS_3_11_RTM tag
|
the NSS_3_11_RTM tag
|
||||||
|
Loading…
Reference in New Issue
Block a user