]> git.pld-linux.org Git - packages/nss.git/commitdiff
- x86-64 build fixed but int32<->ptr64 casts still present.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 26 Jan 2006 21:43:59 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss.spec -> 1.60

nss.spec

index 2fbffa48e8a1cab888cbb44ab3159e1892762cec..86c276f6418e85b6f3db72d48a9e1676a6a7af3f 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -23,6 +23,8 @@ Requires:     nspr >= 4.4.1
 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,
@@ -79,6 +81,10 @@ Statyczne wersje bibliotek z NSS.
 %build
 cd mozilla/security/nss
 
+%ifarch %{x8664}
+export USE_64=1
+%endif
+
 %{__make} build_coreconf \
        NSDISTMODE=copy \
        NS_USE_GCC=1 \
This page took 0.234346 seconds and 4 git commands to generate.