SPECS: zaptel.spec - build tools with CC="%{__cc} %{rpmcflags}" op...
sparky
sparky at pld-linux.org
Thu Jan 19 22:28:58 CET 2006
Author: sparky Date: Thu Jan 19 21:28:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- build tools with CC="%{__cc} %{rpmcflags}" option (there is no CFLAGS)
---- Files affected:
SPECS:
zaptel.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.50 SPECS/zaptel.spec:1.51
--- SPECS/zaptel.spec:1.50 Thu Jan 19 12:25:34 2006
+++ SPECS/zaptel.spec Thu Jan 19 22:28:52 2006
@@ -159,7 +159,9 @@
%endif
%if %{with userspace}
-%{__make} ztcfg torisatool makefw ztmonitor ztspeed libtonezone.so fxstest fxotune
+%{__make} ztcfg torisatool makefw ztmonitor ztspeed libtonezone.so \
+ fxstest fxotune \
+ CC="%{__cc} %{rpmcflags}"
%endif
%install
@@ -263,11 +265,14 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2006/01/19 21:28:52 sparky
+- build tools with CC="%{__cc} %{rpmcflags}" option (there is no CFLAGS)
+
Revision 1.50 2006/01/19 11:25:34 dzeus
- up to 1.2.2
Revision 1.49 2006/01/14 13:00:57 arekm
-rel 4; fixed sparc
+- rel 4; fixed sparc
Revision 1.48 2006/01/13 19:55:22 arekm
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/zaptel.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list