summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2008-07-16 18:40:35 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2008-07-16 18:40:35 +0000
commitb5dfa8576a45622c80bf008e1513962f6438ef75 (patch)
treebf7f9771b2ac4e173dc17406bc05257080f19331
parent6197407f586157db2f468b76836422fec40a8c74 (diff)
downloadkrb5-b5dfa8576a45622c80bf008e1513962f6438ef75.tar.gz
krb5-b5dfa8576a45622c80bf008e1513962f6438ef75.tar.xz
krb5-b5dfa8576a45622c80bf008e1513962f6438ef75.zip
quote %%{__cc} where needed because it includes whitespace now
-rw-r--r--krb5.spec3
1 files changed, 2 insertions, 1 deletions
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 <nalin@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@redhat.com> 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" \