SPECS: tzdata.spec - pass __cc, rpmcflags and rpmldflags to make c...
sparky
sparky at pld-linux.org
Sun Jul 30 16:46:16 CEST 2006
Author: sparky Date: Sun Jul 30 14:46:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass __cc, rpmcflags and rpmldflags to make check
---- Files affected:
SPECS:
tzdata.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/tzdata.spec
diff -u SPECS/tzdata.spec:1.9 SPECS/tzdata.spec:1.10
--- SPECS/tzdata.spec:1.9 Wed May 24 09:45:54 2006
+++ SPECS/tzdata.spec Sun Jul 30 16:46:11 2006
@@ -66,7 +66,9 @@
rm -rf $RPM_BUILD_ROOT
%{__make} install
echo ====================TESTING=========================
-%{__make} check
+%{__make} check \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} %{rpmldflags}"
echo ====================TESTING END=====================
# glibc.spec didn't keep it. so won't here either.
@@ -95,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/07/30 14:46:11 sparky
+- pass __cc, rpmcflags and rpmldflags to make check
+
Revision 1.9 2006/05/24 07:45:54 qboosh
- unified
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tzdata.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list