SPECS: ekg.spec - add %{rpmcflags} to CC, else libgadu is built wi...

sparky sparky at pld-linux.org
Sat Feb 25 19:59:18 CET 2006


Author: sparky                       Date: Sat Feb 25 18:59:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add %{rpmcflags} to CC, else libgadu is built without them

---- Files affected:
SPECS:
   ekg.spec (1.202 -> 1.203) 

---- Diffs:

================================================================
Index: SPECS/ekg.spec
diff -u SPECS/ekg.spec:1.202 SPECS/ekg.spec:1.203
--- SPECS/ekg.spec:1.202	Mon Feb 20 00:18:54 2006
+++ SPECS/ekg.spec	Sat Feb 25 19:59:12 2006
@@ -182,7 +182,7 @@
 	%{?with_ioctl_daemon:--enable-ioctld}
 
 %{__make} \
-	CC="%{__cc}  -Wall -I/usr/include/ncurses"
+	CC="%{__cc} %{rpmcflags} -Wall -I/usr/include/ncurses"
 
 %if %{with ioctl_daemon}
 %{__make} -C src ioctld
@@ -254,6 +254,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.203  2006/02/25 18:59:12  sparky
+- add %{rpmcflags} to CC, else libgadu is built without them
+
 Revision 1.202  2006/02/19 23:18:54  qboosh
 - added jpeg patch, use shared libgadu in ekg
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ekg.spec?r1=1.202&r2=1.203&f=u



More information about the pld-cvs-commit mailing list