summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2008-07-16 21:54:24 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2008-07-16 21:54:24 +0000
commit2352d208e37a0b04c5dab0260179078d9c238128 (patch)
tree6fb2a8e5f5e503611f9ec7f46dde1a3004767c74
parentb5dfa8576a45622c80bf008e1513962f6438ef75 (diff)
downloadkrb5-2352d208e37a0b04c5dab0260179078d9c238128.tar.gz
krb5-2352d208e37a0b04c5dab0260179078d9c238128.tar.xz
krb5-2352d208e37a0b04c5dab0260179078d9c238128.zip
- define ASN1BUF_OMIT_INLINE_FUNCS at compile-time (for now) to keep
building
-rw-r--r--krb5.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/krb5.spec b/krb5.spec
index 7a1f0e5..a2a4acf 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -235,6 +235,7 @@ certificate.
- 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@redhat.com> 1.6.3-15
- build with -fno-strict-aliasing, which is needed because the library
@@ -1434,6 +1435,10 @@ INCLUDES=-I%{_includedir}/et
%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.