packages: conky/conky.spec - don't drop our cflags

lisu lisu at pld-linux.org
Wed Oct 13 11:20:28 CEST 2010


Author: lisu                         Date: Wed Oct 13 09:20:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't drop our cflags

---- Files affected:
packages/conky:
   conky.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: packages/conky/conky.spec
diff -u packages/conky/conky.spec:1.32 packages/conky/conky.spec:1.33
--- packages/conky/conky.spec:1.32	Wed Oct 13 09:50:03 2010
+++ packages/conky/conky.spec	Wed Oct 13 11:20:23 2010
@@ -49,7 +49,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	CFLAGS="`pkg-config ncurses --cflags`" \
+	CFLAGS="%{rpmcflags} `pkg-config ncurses --cflags`" \
 	LIBS="-ltinfo"
 %{__make}
 
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2010/10/13 09:20:23  lisu
+- don't drop our cflags
+
 Revision 1.32  2010/10/13 07:50:03  lisu
 - up to 1.8.1
 - drop obsolete -ncurses.patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/conky/conky.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list