SPECS: svrcore-devel.spec - fix amd64 build; rel 2
glen
glen at pld-linux.org
Thu Sep 7 11:11:59 CEST 2006
Author: glen Date: Thu Sep 7 09:11:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix amd64 build; rel 2
---- Files affected:
SPECS:
svrcore-devel.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/svrcore-devel.spec
diff -u SPECS/svrcore-devel.spec:1.2 SPECS/svrcore-devel.spec:1.3
--- SPECS/svrcore-devel.spec:1.2 Tue Jun 27 10:41:02 2006
+++ SPECS/svrcore-devel.spec Thu Sep 7 11:11:53 2006
@@ -7,7 +7,7 @@
Summary(pl): svrcore - pliki programistyczne do bezpiecznej obsługi PIN-ów przy użyciu NSS
Name: svrcore-devel
Version: 4.0.2
-Release: 1
+Release: 2
License: MPL v1.1 or GPL v2+ or LGPL v2.1+
Group: Development/Libraries
Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/%{name}-%{version}.tar.gz
@@ -38,9 +38,15 @@
%build
%{__make} -C mozilla/security/coreconf \
+%ifarch %{x8664}
+ USE_64=1 \
+%endif
CC="%{__cc}" \
CFLAGS="%{rpmcflags}"
%{__make} -C mozilla/security/svrcore \
+%ifarch %{x8664}
+ USE_64=1 \
+%endif
CC="%{__cc}" \
CFLAGS="%{rpmcflags} -I. -I/usr/include/nspr -I/usr/include/nss"
@@ -75,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/09/07 09:11:53 glen
+- fix amd64 build; rel 2
+
Revision 1.2 2006/06/27 08:41:02 qboosh
- R: {nspr,nss}-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/svrcore-devel.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list