summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2008-07-11 15:16:54 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2008-07-11 15:16:54 +0000
commit14f675bab9c0ad219d045bfd0432b94d0f603f36 (patch)
treeaf5d80111afc9da84b027a79fc4524eb9f4318af
parent37b6c5e7154d79fca54b4d617b5df1fae1f5090d (diff)
downloadkrb5-14f675bab9c0ad219d045bfd0432b94d0f603f36.tar.gz
krb5-14f675bab9c0ad219d045bfd0432b94d0f603f36.tar.xz
krb5-14f675bab9c0ad219d045bfd0432b94d0f603f36.zip
- build with -fno-strict-aliasing, which is needed because the librarykrb5-1_6_3-15_fc10
triggers these warnings
-rw-r--r--krb5.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 3b9cefe..5983d3a 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -16,7 +16,7 @@
Summary: The Kerberos network authentication system.
Name: krb5
Version: 1.6.3
-Release: 14%{?dist}
+Release: 15%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -232,6 +232,12 @@ to obtain initial credentials from a KDC using a private key and a
certificate.
%changelog
+* Fri Jul 11 2008 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-15
+- build with -fno-strict-aliasing, which is needed because the library
+ triggers these warnings
+- don't forget to label principal database lock files
+- fix the labeling patch so that it doesn't break bootstrapping
+
* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.3-14
- generate src/include/krb5/krb5.h before building
- fix conditional for sparcv9
@@ -1434,7 +1440,7 @@ k5_cv_openssl_version_okay=
k5_cv_openssl_version_okay=no ; export k5_cv_openssl_version_okay
%endif
# Work out the CFLAGS and CPPFLAGS which we intend to use.
-CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC`"
+CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC -fno-strict-aliasing`"
CPPFLAGS="`echo $DEFINES $INCLUDES`"
%configure \
CC=%{__cc} \