SPECS: nss.spec - x86-64 build fixed but int32<->ptr64 casts still...

pluto pluto at pld-linux.org
Thu Jan 26 22:44:05 CET 2006


Author: pluto                        Date: Thu Jan 26 21:44:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- x86-64 build fixed but int32<->ptr64 casts still present.

---- Files affected:
SPECS:
   nss.spec (1.59 -> 1.60) 

---- Diffs:

================================================================
Index: SPECS/nss.spec
diff -u SPECS/nss.spec:1.59 SPECS/nss.spec:1.60
--- SPECS/nss.spec:1.59	Fri Jan 13 23:13:27 2006
+++ SPECS/nss.spec	Thu Jan 26 22:43:59 2006
@@ -24,6 +24,8 @@
 Obsoletes:	libnss3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags	-fno-strict-aliasing
+
 %description
 NSS supports cross-platform development of security-enabled server
 applications. Applications built with NSS can support PKCS #5,
@@ -80,6 +82,10 @@
 %build
 cd mozilla/security/nss
 
+%ifarch %{x8664}
+export USE_64=1
+%endif
+
 %{__make} build_coreconf \
 	NSDISTMODE=copy \
 	NS_USE_GCC=1 \
@@ -162,6 +168,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2006/01/26 21:43:59  pluto
+- x86-64 build fixed but int32<->ptr64 casts still present.
+
 Revision 1.59  2006/01/13 22:13:27  qboosh
 - updated to 3.11, updated Makefile patch, removed obsolete system-zlib,dbm patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nss.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list