SPECS: graburl.spec - pass CC and CFLAGS

darekr darekr at pld-linux.org
Sun Apr 16 13:28:56 CEST 2006


Author: darekr                       Date: Sun Apr 16 11:28:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC and CFLAGS

---- Files affected:
SPECS:
   graburl.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/graburl.spec
diff -u SPECS/graburl.spec:1.4 SPECS/graburl.spec:1.5
--- SPECS/graburl.spec:1.4	Sat Feb 26 23:09:26 2005
+++ SPECS/graburl.spec	Sun Apr 16 13:28:51 2006
@@ -32,7 +32,9 @@
 %setup -q -n %{name}
 
 %build
-%{__make} -C src linux
+%{__make} -C src linux \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -I./libgurl"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/04/16 11:28:51  darekr
+- pass CC and CFLAGS
+
 Revision 1.4  2005/02/26 22:09:26  qboosh
 - pl fixes, cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/graburl.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list