Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GSS.framework on Mac OS X #39

Merged
merged 1 commit into from
Jan 28, 2015
Merged

Use GSS.framework on Mac OS X #39

merged 1 commit into from
Jan 28, 2015

Conversation

sigmaris
Copy link
Contributor

On Mac OS X, Apple wants us to use the GSS.framework to compile against GSSAPI, and #include <GSS/...> instead of <gssapi/gssapi.h>. With this change we can choose headers to link against at compile time, without changing our source and header files.

@DirectXMan12
Copy link
Member

In general, this looks good. Just a couple of small inline comments.

@frozencemetery
Copy link
Member

I concur, this looks good to me as well. I think that creating header files to do this indirection is absolutely the right way to go. That said, this version does not work.

In file "ext_cred_imp_exp.pyx", you need to change over to "python_gssapi_ext.h" from "gssapi/gssapi_ext.h", I think.

Barring that @DirectXMan12's changes, this looks good to me.

@frozencemetery
Copy link
Member

With new changes this is working, and looks good to me, though it needs to be squashed before ending up in master.

On Mac OS X, Apple wants us to use the GSS.framework to compile
against GSSAPI, instead of <gssapi/gssapi.h>. With this change we can
choose headers to link against at compile time, without changing our
source and header files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants