SPECS: mtf.spec - pass CC, CFLAGS
darekr
darekr at pld-linux.org
Wed Nov 22 16:26:47 CET 2006
Author: darekr Date: Wed Nov 22 15:26:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, CFLAGS
---- Files affected:
SPECS:
mtf.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/mtf.spec
diff -u SPECS/mtf.spec:1.10 SPECS/mtf.spec:1.11
--- SPECS/mtf.spec:1.10 Thu Sep 2 12:25:19 2004
+++ SPECS/mtf.spec Wed Nov 22 16:26:40 2006
@@ -31,7 +31,9 @@
%setup -q
%build
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -53,6 +55,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/11/22 15:26:40 darekr
+- pass CC, CFLAGS
+
Revision 1.10 2004/09/02 10:25:19 snurf
- typos / formatting / etc.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mtf.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list