Oh, another "hack" that's needed to build Dovecot on Solaris 10 with the
native GSS library is a very simple, dummy, "krb5-config" script. Please
find it also enclosed (probably not needed when Solaris 10 update 4 is
released).
- Peter
Peter Eriksson wrote:
Please find enclosed two patch files (one for configure.in and one for
src/mech/auth-gssapi.c) that fixes a problem in the GSSAPI code that
- Peter
#!/bin/ksh
while [ "$1" != "" ]; do
case "$1" in
--version)
echo "1.4"
;;
--libs)
case "$2" in
gssapi)
echo "-lgss"
shift
;;
esac
;;
--cflags)
case "$2" in
gssapi)
echo ""
shift
;;
esac
;;
esac
shift
done
exit 0
begin:vcard
fn:Peter Eriksson
n:Eriksson;Peter
org;quoted-printable:Link=C3=B6ping University;Physics Department
adr;quoted-printable:;;;Link=C3=B6ping;;SE-58183;Sweden
email;internet:[EMAIL PROTECTED]
title:Computer Systems Manager
tel;work:+46-13-282786
tel;fax:+46-13-137568
tel;home:+46-13-55255
tel;cell:+46-705-182786
x-mozilla-html:FALSE
url:http://people.ifm.liu.se/peter
version:2.1
end:vcard