rpms/krb5/devel krb5.spec,1.172,1.173

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Wed Jul 16 18:41:06 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6213

Modified Files:
	krb5.spec 
Log Message:
quote %%{__cc} where needed because it includes whitespace now


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- krb5.spec	16 Jul 2008 18:09:47 -0000	1.172
+++ krb5.spec	16 Jul 2008 18:40:35 -0000	1.173
@@ -234,6 +234,7 @@
 * Wed Jul 16 2008 Nalin Dahyabhai <nalin at redhat.com>
 - clear fuzz out of patches, dropping a man page patch which is no longer
   necessary
+- quote %%{__cc} where needed because it includes whitespace now
 
 * Fri Jul 11 2008 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-15
 - build with -fno-strict-aliasing, which is needed because the library
@@ -1445,7 +1446,7 @@
 CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC -fno-strict-aliasing`"
 CPPFLAGS="`echo $DEFINES $INCLUDES`"
 %configure \
-	CC=%{__cc} \
+	CC="%{__cc}" \
 	CFLAGS="$CFLAGS" \
 	CPPFLAGS="$CPPFLAGS" \
 	SS_LIB="-lss -lcurses" \




More information about the fedora-extras-commits mailing list