SPECS: cabber.spec - pass CC, add %{rpmcflags} to CFLAGS

darekr darekr at pld-linux.org
Thu Jan 12 18:19:14 CET 2006


Author: darekr                       Date: Thu Jan 12 17:19:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC, add %{rpmcflags} to CFLAGS

---- Files affected:
SPECS:
   cabber.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/cabber.spec
diff -u SPECS/cabber.spec:1.5 SPECS/cabber.spec:1.6
--- SPECS/cabber.spec:1.5	Fri Aug 12 15:09:33 2005
+++ SPECS/cabber.spec	Thu Jan 12 18:19:09 2006
@@ -27,7 +27,8 @@
 rm -f missing
 
 %{__make} \
-	 CFLAGS="-I/usr/include/ncurses"
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/01/12 17:19:09  darekr
+- pass CC, add %{rpmcflags} to CFLAGS
+
 Revision 1.5  2005/08/12 13:09:33  radek
 - version 0.5.0-test1, BR: ncurses-ext-devel
 
================================================================

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



More information about the pld-cvs-commit mailing list