From: Paweł Sikora Date: Thu, 26 Jan 2006 21:43:59 +0000 (+0000) Subject: - x86-64 build fixed but int32<->ptr64 casts still present. X-Git-Tag: auto/ac/nss-3_11-1~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fnss.git;a=commitdiff_plain;h=f68ec3a280681247a25693fca4716f24ddf04330 - x86-64 build fixed but int32<->ptr64 casts still present. Changed files: nss.spec -> 1.60 --- diff --git a/nss.spec b/nss.spec index 2fbffa4..86c276f 100644 --- 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 \