SPECS: herrie.spec - pass CC, OPTFLAGS, OPTLDFLAGS
megabajt
megabajt at pld-linux.org
Wed Oct 11 13:45:15 CEST 2006
Author: megabajt Date: Wed Oct 11 11:45:15 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, OPTFLAGS, OPTLDFLAGS
---- Files affected:
SPECS:
herrie.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/herrie.spec
diff -u SPECS/herrie.spec:1.4 SPECS/herrie.spec:1.5
--- SPECS/herrie.spec:1.4 Wed Oct 11 00:28:53 2006
+++ SPECS/herrie.spec Wed Oct 11 13:45:10 2006
@@ -39,7 +39,10 @@
%patch1 -p1
%build
-%{__make} -C src/
+%{__make} -C src/ \
+ CC="%{__cc}" \
+ OPTFLAGS="%{rpmcflags}" \
+ OPTLDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -65,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/10/11 11:45:10 megabajt
+- pass CC, OPTFLAGS, OPTLDFLAGS
+
Revision 1.4 2006/10/10 22:28:53 megabajt
- proper license (it's BSD not GPL)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/herrie.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list