SPECS: usernet.spec - pass CC, CFLAGS

darekr darekr at pld-linux.org
Fri Dec 23 23:07:25 CET 2005


Author: darekr                       Date: Fri Dec 23 22:07:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC, CFLAGS

---- Files affected:
SPECS:
   usernet.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/usernet.spec
diff -u SPECS/usernet.spec:1.14 SPECS/usernet.spec:1.15
--- SPECS/usernet.spec:1.14	Sat Apr 16 18:18:55 2005
+++ SPECS/usernet.spec	Fri Dec 23 23:07:20 2005
@@ -34,10 +34,13 @@
 
 %build
 %{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -DVERSION=\"$(VERSION)\" `gtk-config --cflags`" \
 	VERSION=%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	BR=$RPM_BUILD_ROOT \
 	VERSION=%{version}
@@ -59,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/12/23 22:07:20  darekr
+- pass CC, CFLAGS
+
 Revision 1.14  2005/04/16 16:18:55  darekr
 - missing dir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/usernet.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list