SPECS: bluemote.spec - pass CC, CFLAGS
darekr
darekr at pld-linux.org
Sun Apr 23 20:32:04 CEST 2006
Author: darekr Date: Sun Apr 23 18:32:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, CFLAGS
---- Files affected:
SPECS:
bluemote.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/bluemote.spec
diff -u SPECS/bluemote.spec:1.2 SPECS/bluemote.spec:1.3
--- SPECS/bluemote.spec:1.2 Sun Apr 23 20:17:31 2006
+++ SPECS/bluemote.spec Sun Apr 23 20:31:58 2006
@@ -25,7 +25,9 @@
%setup -q -n %{name}
%build
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -59,6 +61,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/04/23 18:31:58 darekr
+- pass CC, CFLAGS
+
Revision 1.2 2006/04/23 18:17:31 darekr
- missing dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bluemote.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list