From b5dfa8576a45622c80bf008e1513962f6438ef75 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 16 Jul 2008 18:40:35 +0000 Subject: [PATCH] quote %%{__cc} where needed because it includes whitespace now --- krb5.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 12d45e7..7a1f0e5 100644 --- a/krb5.spec +++ b/krb5.spec @@ -234,6 +234,7 @@ certificate. * Wed Jul 16 2008 Nalin Dahyabhai - 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 1.6.3-15 - build with -fno-strict-aliasing, which is needed because the library @@ -1445,7 +1446,7 @@ k5_cv_openssl_version_okay=no ; export k5_cv_openssl_version_okay 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" \