SPECS: odt2txt.spec - pass CC and CFLAGS

darekr darekr at pld-linux.org
Sun Dec 3 13:02:50 CET 2006


Author: darekr                       Date: Sun Dec  3 12:02:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC and CFLAGS

---- Files affected:
SPECS:
   odt2txt.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/odt2txt.spec
diff -u SPECS/odt2txt.spec:1.1 SPECS/odt2txt.spec:1.2
--- SPECS/odt2txt.spec:1.1	Sun Dec  3 10:30:28 2006
+++ SPECS/odt2txt.spec	Sun Dec  3 13:02:45 2006
@@ -26,7 +26,9 @@
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +47,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/12/03 12:02:45  darekr
+- pass CC and CFLAGS
+
 Revision 1.1  2006/12/03 09:30:28  piotrek
 - initial 0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/odt2txt.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list