OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jul-2003 15:17:31
Branch: HEAD Handle: 2003070414173100
Modified files:
openpkg-src/sasl sasl.spec
Log:
fix building under FreeBSD 5 by enforcing disabled Kerberos 5 support
Summary:
Revision Changes Path
1.84 +4 -0 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.83 -r1.84 sasl.spec
--- openpkg-src/sasl/sasl.spec 4 Jul 2003 13:07:36 -0000 1.83
+++ openpkg-src/sasl/sasl.spec 4 Jul 2003 13:17:31 -0000 1.84
@@ -101,6 +101,9 @@
saslauthd/configure
%endif
+ # enforce disabled Kerberos 5 support in saslauthd
+ echo 'ac_cv_header_krb5_h=no' >config.cache
+
# configure path to sasl-server config files
%{l_shtool} subst \
-e 's;@l_sysconfdir@;%{l_prefix}/etc/sasl/apps;g' \
@@ -124,6 +127,7 @@
LDFLAGS="$ldflags" \
LIBS="$libs" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--sysconfdir="%{l_prefix}/etc/sasl" \
--with-plugindir=%{l_prefix}/lib/sasl \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]