Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-11-15 Thread Russ Allbery
tags 389702 upstream fixed-upstream thanks My patch to MIT Kerberos to install a /usr/include/gssapi.h header that just includes gssapi/gssapi.h, so that one can use gssapi.h with both flavors of Kerberos, has been committed and pulled up for the upcoming 1.6 release. MIT Kerberos is priority

Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-10-10 Thread Russ Allbery
Guido Guenther [EMAIL PROTECTED] writes: In pykerberos we now have: if sys.platform == darwin: include_dirs = [/System/Library/Frameworks/Kerberos.framework/Versions/Current/Headers] elif sys.platform == linux2: include_dirs = [/usr/include/gssapi/] to find the correct headers

Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-09-27 Thread Guido Guenther
Package: libkrb5-dev Version: 1.4.4-3 Severity: normal Hi, I'm not enterily sure if the assertion in the subject is right, but shouldn't krb5-config pass a sensible -I if headers aren't find by default? Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-09-27 Thread Russ Allbery
Guido Guenther [EMAIL PROTECTED] writes: Package: libkrb5-dev Version: 1.4.4-3 Severity: normal I'm not enterily sure if the assertion in the subject is right, but shouldn't krb5-config pass a sensible -I if headers aren't find by default? The supported way of including the gssapi headers

Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-09-27 Thread Guido Guenther
On Wed, Sep 27, 2006 at 10:04:54AM -0700, Russ Allbery wrote: The supported way of including the gssapi headers for MIT Kerberos is to include gssapi/gssapi.h. I wouldn't want to make changes to the Debian packages that diverge from that. I do think an argument could be made upstream for