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

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Wed Jul 16 21:55:08 UTC 2008


Author: nalin

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

Modified Files:
	krb5.spec 
Log Message:
- define ASN1BUF_OMIT_INLINE_FUNCS at compile-time (for now) to keep building


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- krb5.spec	16 Jul 2008 18:40:35 -0000	1.173
+++ krb5.spec	16 Jul 2008 21:54:24 -0000	1.174
@@ -235,6 +235,7 @@
 - clear fuzz out of patches, dropping a man page patch which is no longer
   necessary
 - quote %%{__cc} where needed because it includes whitespace now
+- define ASN1BUF_OMIT_INLINE_FUNCS at compile-time (for now) to keep building
 
 * 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
@@ -1434,6 +1435,10 @@
 %ifarch %{ix86} s390 ppc sparcv9
 DEFINES="-D_FILE_OFFSET_BITS=64" ; export DEFINES
 %endif
+
+# FIXME!
+DEFINES="$DEFINES -DASN1BUF_OMIT_INLINE_FUNCS=1"; export DEFINES
+
 # Enable or disable the PKINIT plugin.  The configure script only checks for
 # the version of OpenSSL being okay, so for now we have to use that to control
 # whether or not it tries to build the module.




More information about the fedora-extras-commits mailing list