SPECS: littlewizard.spec - don't set CFLAGS with make, configure i...
lisu
lisu at pld-linux.org
Wed Sep 26 00:54:20 CEST 2007
Author: lisu Date: Tue Sep 25 22:54:20 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't set CFLAGS with make, configure is enough
---- Files affected:
SPECS:
littlewizard.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/littlewizard.spec
diff -u SPECS/littlewizard.spec:1.24 SPECS/littlewizard.spec:1.25
--- SPECS/littlewizard.spec:1.24 Wed Sep 26 00:41:26 2007
+++ SPECS/littlewizard.spec Wed Sep 26 00:54:15 2007
@@ -65,8 +65,7 @@
%{__autoconf}
%{__automake}
%configure
-%{__make} \
- CFLAGS="%{rpmcflags}"
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -110,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2007/09/25 22:54:15 lisu
+- don't set CFLAGS with make, configure is enough
+
Revision 1.24 2007/09/25 22:41:26 lisu
- up to 1.1.5
- fix --as-needed flag
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/littlewizard.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list